The following example calls an Orb named hello-build that exists in the certified circleci namespace.
version: 2.1
orbs:
hello: circleci/[email protected]
workflows:
"Hello Workflow":
jobs:
- hello/hello-build
The CircleCI CLI is a command line interface that leverages many of CircleCI’s advanced and powerful tools from the comfort of your terminal.
Below are few things you can do with the CircleCI CLI :
Debug and validate your CI config Run jobs locally Query CircleCI’s API Create, publish, view and manage Orbs Managing contexts