Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-api-get.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ replicated api get /v3/apps
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-api-patch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ replicated api patch /v3/customer/2VffY549paATVfHSGpJhjh6Ehpy -b '{"name":"Valua
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-api-post.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ replicated api post /v3/app/2EuFxKLDxKjPNk2jxMTmF6Vxvxu/channel -b '{"name":"mar
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-api-put.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ replicated api put /v3/app/2EuFxKLDxKjPNk2jxMTmF6Vxvxu/channel/2QLPm10JPkta7jO3Z
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ Make ad-hoc API calls to the Replicated API
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-app-create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ replicated app create "Custom App" --output table
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-app-ls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ replicated app ls "App Name" --output table
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-app-rm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ replicated app delete "Custom App" --output json
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ replicated app ls --output json
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-channel-create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ replicated channel create --name Beta --description 'New features subject to cha
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-channel-demote.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ replicated channel demote CHANNEL_ID_OR_NAME [flags]
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ replicated channel disable-semantic-versioning CHANNEL_ID
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ replicated channel enable-semantic-versioning CHANNEL_ID
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-channel-inspect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ replicated channel inspect CHANNEL_ID [flags]
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-channel-ls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ ls, list
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-channel-rm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ rm, delete
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-channel-un-demote.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ replicated channel un-demote CHANNEL_ID_OR_NAME [flags]
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-channel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ List channels
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ replicated cluster addon create object-store CLUSTER_ID_OR_NAME --bucket-prefix
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-cluster-addon-create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ replicated cluster addon create object-store CLUSTER_ID_OR_NAME --bucket-prefix
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-cluster-addon-ls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ replicated cluster addon ls CLUSTER_ID_OR_NAME --output wide
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-cluster-addon-rm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ replicated cluster addon rm cluster456 --id abc123
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-cluster-addon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ replicated cluster addon ls CLUSTER_ID_OR_NAME --output json
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-cluster-create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ replicated cluster create --distribution eks --version 1.21 --nodes 3 --addon ob
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-cluster-kubeconfig.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ replicated cluster kubeconfig --id CLUSTER_ID
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-cluster-ls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ replicated cluster ls --output wide
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-cluster-nodegroup-ls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ replicated cluster nodegroup ls CLUSTER_ID_OR_NAME --output wide
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
7 changes: 4 additions & 3 deletions docs/reference/replicated-cli-cluster-nodegroup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ replicated cluster nodegroup ls CLUSTER_ID_OR_NAME
### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API
--app string The app slug or app id to use in all calls
--debug Enable debug output
--profile string The authentication profile to use for this command
--token string The API token to use to access your app in the Vendor API
```

### SEE ALSO
Expand Down
Loading