Add the description of your SF CLI plugin
npm install @j-schreiber/sf-cli-plugin-ci-templateThis is a demo / template repo to experiment with various CI workflows. It is not intended for production use.
sf hello-worldSummary of a command.
``
USAGE
$ sf hello-world -o
FLAGS
-o, --target-org=
GLOBAL FLAGS
--flags-dir=
--json Format output as json.
DESCRIPTION
Summary of a command.
Description. Does not repeat summary.
EXAMPLES
Do something
$ sf hello-world -o MyTargetOrg
``
_See code: src/commands/hello-world.ts_