process.co
v0.0.6
Published

Downloads
3
Readme
The Process Co CLI

Install
$ npm install --global process.coCLI Usage:
$ npx process.coCommands:
init Creates the scaffolding for a Process.co element project
auth Establishes a secure connection between this CLI and the Process.co
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 Process.co 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 process.co init [ project name ]
npx process.co info
npx process.co info --json | jq '.npmPackages."@process-co/interfaces"'
npx process.co stage < credentials | elements | all >
npx process.co stage < credential | element > [ name ]
npx process.co migrate [ migration name ]
