dozer cloud cli #1469
mediuminvader
started this conversation in
Feature Requests
dozer cloud cli
#1469
Replies: 1 comment
-
I think we also need
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The purpose of this discussion is to define the
dozer cloud
cli behavior.The content will be updated according to the discussion.
the
admin.proto
definition is the reference: https://github.com/getdozer/dozer/blob/main/dozer-types/protos/admin.protoCore
init
Bootstrap an Application project, creating the required files
Cloud
login
Open a browser where the user can authenticate and returns a token to be used in the cli interaction.
The
hostname
is stored and reused along the session.deploy
Create and Start an application remotely (executing a migration if needed).
list
return the list of the Applications.
delete
Delete the Application identified by
id
.monitor
Print the progress of the Pipeline.
logs
Return the logs of the Application.
connections
List connections
Show connection
validate
dozer cloud validate --app [app_name|app_id]
Runs all validation on the specified app.
status
dozer cloud status --app [app_name|app_id]
Return the status of an Application
stop
dozer cloud stop --app [app_name|app_id]
Stop an Application
Cloud vs Local
Almost all cloud commands should work with local instance as well.
Beta Was this translation helpful? Give feedback.
All reactions