Skip to content

Commit aa1de39

Browse files
committed
Add documentation
1 parent ce7bd78 commit aa1de39

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## v4.2.0 (unreleased)
22

3-
* ...
3+
* Add `volumes` subcommand.
44

55
## v4.1.1 (2024-06-06)
66

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ define gen-doc-in-dir
2727
cat ./$1/koyeb_databases.md >> ./$1/reference.md
2828
cat ./$1/koyeb_databases_*.md >> ./$1/reference.md
2929
cat ./$1/koyeb_version.md >> ./$1/reference.md
30+
cat ./$1/koyeb_volumes.md >> ./$1/reference.md
3031
find ./$1 -type f -not -name 'reference.md' -delete
3132
endef
3233

docs/reference.md

+34
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Koyeb CLI
4545
* [koyeb secrets](#koyeb-secrets) - Secrets
4646
* [koyeb services](#koyeb-services) - Services
4747
* [koyeb version](#koyeb-version) - Get version
48+
* [koyeb volumes](#koyeb-volumes) - Manage persistent volumes
4849

4950
## koyeb login
5051

@@ -2505,3 +2506,36 @@ koyeb version [flags]
25052506

25062507
* [koyeb](#koyeb) - Koyeb CLI
25072508

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

Comments
 (0)