@doflo/cli
v1.1.48
Published
![https://dofloinc.github.io/flow-cli/cli.png2](https://dofloinc.github.io/flow-cli/cli.png)
Downloads
325
Maintainers
Readme
@doflo/cli
Install
$ npm install --global @doflo/cli
CLI Usage:
$ npx @doflo/cli
Commands:
init Creates the scaffolding for a doFlo element project
auth Establishes a secure connection between this CLI and the doflo
platform
build Builds the project in the current directory
stage Uploads a copy of your most current Credential, Input Parameters
and Output Parameters for testing purposes into the @Stage
channel with a version of @Next
migrate Adds a migration point to your doFlo element project to ensure
any breaking changes are handled across versions. If changes can
be automatically merged a migration file is not needed but
recommended as the build and deploy process will not succeed if
conflicts are found
Examples:
npx @doflo/cli init [ project name ]
npx @doflo/cli info
npx @doflo/cli info --json | jq '.npmPackages."@doflo/flow-interfaces"'
npx @doflo/cli stage < credentials | elements | all >
npx @doflo/cli stage < credential | element > [ name ]
npx @doflo/cli migrate [ migration name ]