prodly:branch-folders
To list all branch folders, enter this command at the command line prompt in your Salesforce CLI command shell:
$ sf prodly:branch-folders [OPTIONS]
Usage:
$ sf prodly branch-folders -v <value> -l [--json] [--flags-dir <value>] [--api-version <value>]
This table lists all the available options:
Options | Purpose |
---|---|
-l, --list | Use to see the list of all branch folders. |
-v, | Use to specify the username or alias of the dev hub org, overriding any dev hub org you specified in the optional setup steps. Not required if the default value is already set. |
–-api-version=<value> | Use to override the API version used for API requests made by this command. |
Examples
Command | Result |
---|---|
$ sf prodly:branch-folders --target-dev-hub jsmith@acme.com -l | Lists all the branch folders. |