@@ -59,24 +59,35 @@ Usage:
59
59
koyeb [command]
60
60
61
61
Available Commands:
62
- apps Apps
63
- completion Generate completion script
64
- deployments Deployments
65
- help Help about any command
66
- instances Instances
67
- login Login to your Koyeb account
68
- secrets Secrets
69
- services Services
70
- version Get version
62
+ apps Apps
63
+ archives Archives
64
+ completion Generate completion script
65
+ databases Databases
66
+ deploy Deploy a directory to Koyeb
67
+ deployments Deployments
68
+ domains Domains
69
+ help Help about any command
70
+ instances Instances
71
+ login Login to your Koyeb account
72
+ metrics Metrics
73
+ organizations Organization
74
+ regional-deployments Regional deployments
75
+ secrets Secrets
76
+ services Services
77
+ version Get version
78
+ volumes Manage persistent volumes
71
79
72
80
Flags:
73
- -c, --config string config file (default is $HOME /.koyeb.yaml)
74
- -d, --debug debug
75
- --full show full id
76
- -h, --help help for koyeb
77
- -o, --output string output format (yaml,json,table)
78
- --token string API token
79
- --url string url of the api (default " https://app.koyeb.com" )
81
+ -c, --config string config file (default is $HOME /.koyeb.yaml)
82
+ -d, --debug enable the debug output
83
+ --debug-full do not hide sensitive information (tokens) in the debug output
84
+ --force-ascii only output ascii characters (no unicode emojis)
85
+ --full do not truncate output
86
+ -h, --help help for koyeb
87
+ --organization string organization ID
88
+ -o, --output output output format (yaml,json,table)
89
+ --token string API token
90
+ --url string url of the api (default " https://app.koyeb.com" )
80
91
81
92
Use " koyeb [command] --help" for more information about a command.
82
93
```
0 commit comments