CLI Reference
Working with CLI
Login
Create a new application
This will create a new application with name my_app
You can also specify the Application
spec file
Example file:
Here
targetRevision
can by any branch likemy-branch
.
or in json
To update an existing application
Or using file
To get information about the application
Get all the applications
Command to forcefully Refresh (synchronize) application
Remove application
Working with Private Repository
See Private Repositoryfor working with private git repository
Last updated