@flow-step/flow-cli
v1.0.22
Published
``` _____ _ ____ _ ___ | ___| | _____ __ / ___| | |_ _| | |_ | |/ _ \ \ /\ / / | | | | | | | _| | | (_) \ V V / | |___| |___ | | |_| |_|\___/ \_/\_/ \____|_____|___|
Readme
Flow Cli
_____ _ ____ _ ___
| ___| | _____ __ / ___| | |_ _|
| |_ | |/ _ \ \ /\ / / | | | | | |
| _| | | (_) \ V V / | |___| |___ | |
|_| |_|\___/ \_/\_/ \____|_____|___|
Usage: flow-cli [options] [command]
Options:
-v, --version output the version number
-h, --help display help for command
Commands:
login flow login command: login to flow
step flow step command: manage your flow steps
help [command] display help for command
Login
login to flow server and choose enterprise
flow-cli login
Step
List Steps
flow-cli step list
List Step Versions
flow-cli step version <sign>
Get Step Detail Info
flow-cli step get <sign> [version]
Remove Step
flow-cli step remove <sign>
Publish Step to your enterprise
flow-cli step publish [step-folder]