@@ -45,6 +45,7 @@ Koyeb CLI
45
45
* [ koyeb secrets] ( #koyeb-secrets ) - Secrets
46
46
* [ koyeb services] ( #koyeb-services ) - Services
47
47
* [ koyeb version] ( #koyeb-version ) - Get version
48
+ * [ koyeb volumes] ( #koyeb-volumes ) - Manage persistent volumes
48
49
49
50
## koyeb login
50
51
@@ -2505,3 +2506,36 @@ koyeb version [flags]
2505
2506
2506
2507
* [ koyeb] ( #koyeb ) - Koyeb CLI
2507
2508
2509
+ ## koyeb volumes
2510
+
2511
+ Manage persistent volumes
2512
+
2513
+ ### Options
2514
+
2515
+ ```
2516
+ -h, --help help for volumes
2517
+ ```
2518
+
2519
+ ### Options inherited from parent commands
2520
+
2521
+ ```
2522
+ -c, --config string config file (default is $HOME/.koyeb.yaml)
2523
+ -d, --debug enable the debug output
2524
+ --debug-full do not hide sensitive information (tokens) in the debug output
2525
+ --force-ascii only output ascii characters (no unicode emojis)
2526
+ --full do not truncate output
2527
+ --organization string organization ID
2528
+ -o, --output output output format (yaml,json,table)
2529
+ --token string API token
2530
+ --url string url of the api (default "https://app.koyeb.com")
2531
+ ```
2532
+
2533
+
2534
+
2535
+ * [ koyeb] ( #koyeb ) - Koyeb CLI
2536
+ * [ koyeb volumes create] ( #koyeb-volumes-create ) - Create a new volume
2537
+ * [ koyeb volumes delete] ( #koyeb-volumes-delete ) - Delete a volume
2538
+ * [ koyeb volumes get] ( #koyeb-volumes-get ) - Get a volume
2539
+ * [ koyeb volumes list] ( #koyeb-volumes-list ) - List volumes
2540
+ * [ koyeb volumes update] ( #koyeb-volumes-update ) - Update a volume
2541
+
0 commit comments