Reference
CLI Reference
Reference for global flags, output modes, and command groups.
Global Flags
terminal
skyport --config ~/.skyport/config.yaml
skyport --server production
skyport --output json
Command Groups
authserverdeployrollbacklogsstatusdockerfilesmarketplaceprojectpm2startservice
Useful Subcommands
terminal
skyport login
skyport server add --name local --url http://localhost:8080
skyport start webui
skyport start tui
skyport pm2 list
skyport docker ps
Output
tableis the default.jsonis useful for automation.
Notes
- Do not document
yamloutput unless it is implemented. - Keep commands grounded in the cobra tree in
cli/cmd.
Next: Environment Variables
