0.0.6 • Published 7 months ago

process.co v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

The Process Co CLI

https://process-co.github.io/cli/cli.png

Install

$ npm install --global process.co

CLI Usage:

$ npx process.co

Commands:

       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 ]
0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago