Onboardbase Circle CI Orb
This orb configures the Onboardbase CLI in a CircleCI runner
Usage
In your Circle CI config, add the Onboardbase orb and install the Onboardbase CLI.
usage:
version: 2.1
orbs:
onboardbase: onboardbase/[email protected]
workflows:
use-my-orb:
jobs:
- onboardbase/install
You can view the latest version of the orb here
Make sure to set the ONBOARDBASE_TOKEN
, ONBOARDBASE_PROJECT
, and ONBOARDBASE_ENVIRONMENT
environment variables in order for the orb to authenticate the CLI with your Onboardbase account.
Updated 8 months ago