Choreo CLI (code name $chor
) reference is based on Choreo CLI specification
- auth - authentication and authorization actions in Choreo
- version - get Choreo client version information
- application - manage applications
auth
command is used to manage authentication and authorization in Choreo platform.
Available sub commands include login and connect.
Manage authentication and authorization.
-h, --help help for auth
auth login
command can be used to login to Choreo. This is required to
perform all the tasks that interact with Choreo.
Login to Choreo.
auth login
$ chor auth login
-h, --help help for login
auth connect
command is used to connect a source code provider to Choreo.
At the moment only GitHub is supported.
Connect a source code provider.
auth connect SOURCE_PROVIDER
$ chor auth connect github
-h, --help help for connect
version
command can be used to retrieve version information
related to the Choreo client. In addition to the CLI version name,
Git commit hash, built date and target platform details are also printed.
Get Choreo client version information.
version
$ chor version
Version: 0.0.1
Git commit: b086b964ae81e8277842fad625784672bb44a3a7
Built: 2019-08-15T11:06:22+0530
OS/Arch: linux/amd64
-h, --help help for version
application
command is used to manage applications created with the Choreo platform.
Available sub commands include create and list.
Manage applications.
app
-h, --help help for application
application create
command is used to create a new application with the Choreo platform.
Create an application.
application create APP_NAME [options]
$ chor application create app1 -d "My first app"
-d, --description string Specify description for the application
-h, --help help for create
application list
command is used to list applications created with the Choreo platform.
List applications.
application list
$ chor application list
-h, --help help for list
-v, --verbose verbose output