Skip to content

Commit

Permalink
docs: add organizations to generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
imchairmanm authored and brmzkw committed Oct 11, 2023
1 parent 25ab67c commit 525c48b
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ define gen-doc-in-dir
cat ./$1/koyeb_apps_*.md >> ./$1/reference.md
cat ./$1/koyeb_domains.md >> ./$1/reference.md
cat ./$1/koyeb_domains_*.md >> ./$1/reference.md
cat ./$1/koyeb_organizations.md >> ./$1/reference.md
cat ./$1/koyeb_organizations_*.md >> ./$1/reference.md
cat ./$1/koyeb_secrets.md >> ./$1/reference.md
cat ./$1/koyeb_secrets_*.md >> ./$1/reference.md
cat ./$1/koyeb_services.md >> ./$1/reference.md
Expand Down
94 changes: 94 additions & 0 deletions docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,100 @@ koyeb domains refresh NAME [flags]

* [koyeb domains](#koyeb-domains) - Domains

## koyeb organizations

Organization

### Options

```
-h, --help help for organizations
```

### Options inherited from parent commands

```
-c, --config string config file (default is $HOME/.koyeb.yaml)
-d, --debug enable the debug output
--debug-full do not hide sensitive information (tokens) in the debug output
--force-ascii only output ascii characters (no unicode emojis)
--full do not truncate output
--organization string organization ID
-o, --output output output format (yaml,json,table)
--token string API token
--url string url of the api (default "https://app.koyeb.com")
```



* [koyeb](#koyeb) - Koyeb CLI
* [koyeb organizations list](#koyeb-organizations-list) - List organizations
* [koyeb organizations switch](#koyeb-organizations-switch) - Switch the CLI context to another organization

## koyeb organizations list

List organizations

```
koyeb organizations list [flags]
```

### Options

```
-h, --help help for list
```

### Options inherited from parent commands

```
-c, --config string config file (default is $HOME/.koyeb.yaml)
-d, --debug enable the debug output
--debug-full do not hide sensitive information (tokens) in the debug output
--force-ascii only output ascii characters (no unicode emojis)
--full do not truncate output
--organization string organization ID
-o, --output output output format (yaml,json,table)
--token string API token
--url string url of the api (default "https://app.koyeb.com")
```



* [koyeb organizations](#koyeb-organizations) - Organization

## koyeb organizations switch

Switch the CLI context to another organization

```
koyeb organizations switch [flags]
```

### Options

```
-h, --help help for switch
```

### Options inherited from parent commands

```
-c, --config string config file (default is $HOME/.koyeb.yaml)
-d, --debug enable the debug output
--debug-full do not hide sensitive information (tokens) in the debug output
--force-ascii only output ascii characters (no unicode emojis)
--full do not truncate output
--organization string organization ID
-o, --output output output format (yaml,json,table)
--token string API token
--url string url of the api (default "https://app.koyeb.com")
```



* [koyeb organizations](#koyeb-organizations) - Organization

## koyeb secrets

Secrets
Expand Down

0 comments on commit 525c48b

Please sign in to comment.