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
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-api-get.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ replicated api get /v3/apps

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-api-patch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ replicated api patch /v3/customer/2VffY549paATVfHSGpJhjh6Ehpy -b '{"name":"Valua

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-api-post.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ replicated api post /v3/app/2EuFxKLDxKjPNk2jxMTmF6Vxvxu/channel -b '{"name":"mar

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-api-put.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ replicated api put /v3/app/2EuFxKLDxKjPNk2jxMTmF6Vxvxu/channel/2QLPm10JPkta7jO3Z

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Make ad-hoc API calls to the Replicated API

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-app-create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ replicated app create "Custom App" --output table

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-app-ls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ replicated app ls "App Name" --output table

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-app-rm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ replicated app delete "Custom App" --output json

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ replicated app ls --output json

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-channel-create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ replicated channel create --name Beta --description 'New features subject to cha

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-channel-demote.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ replicated channel demote CHANNEL_ID_OR_NAME [flags]

```
--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
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ replicated channel disable-semantic-versioning CHANNEL_ID

```
--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
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ replicated channel enable-semantic-versioning CHANNEL_ID

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-channel-inspect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ replicated channel inspect CHANNEL_ID [flags]

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-channel-ls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ls, list

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-channel-rm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ rm, delete

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-channel-un-demote.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ replicated channel un-demote CHANNEL_ID_OR_NAME [flags]

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-channel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ List channels

```
--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
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ replicated cluster addon create object-store 05929b24 --bucket-prefix custom-pre

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-cluster-addon-create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ replicated cluster addon create object-store CLUSTER_ID --bucket-prefix mybucket

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-cluster-addon-ls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ replicated cluster addon ls CLUSTER_ID --output wide

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-cluster-addon-rm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ replicated cluster addon rm cluster456 --id abc123

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-cluster-addon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ replicated cluster addon ls CLUSTER_ID --output json

```
--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
```

Expand Down
3 changes: 2 additions & 1 deletion docs/reference/replicated-cli-cluster-create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ replicated cluster create --distribution eks --version 1.21 --nodes 3 --addon ob
--name string Cluster name (defaults to random name)
--nodegroup stringArray Node group to create (name=?,instance-type=?,nodes=?,min-nodes=?,max-nodes=?,disk=? format, can be specified multiple times). For each nodegroup, at least one flag must be specified. The flags min-nodes and max-nodes are mutually dependent.
--nodes int Node count (default 1)
--output string The output format to use. One of: json|table|wide (default: table) (default "table")
-o, --output string The output format to use. One of: json|table|wide (default: table) (default "table")
--tag stringArray Tag to apply to the cluster (key=value format, can be specified multiple times)
--ttl string Cluster TTL (duration, max 48h)
--version string Kubernetes version to provision (format is distribution dependent)
Expand All @@ -70,6 +70,7 @@ replicated cluster create --distribution eks --version 1.21 --nodes 3 --addon ob

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-cluster-kubeconfig.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ replicated cluster kubeconfig --id CLUSTER_ID

```
--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
```

Expand Down
3 changes: 2 additions & 1 deletion docs/reference/replicated-cli-cluster-ls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ replicated cluster ls --output wide
```
--end-time string end time for the query (Format: 2006-01-02T15:04:05Z)
-h, --help help for ls
--output string The output format to use. One of: json|table|wide (default: table) (default "table")
-o, --output string The output format to use. One of: json|table|wide (default: table) (default "table")
--show-terminated when set, only show terminated clusters
--start-time string start time for the query (Format: 2006-01-02T15:04:05Z)
-w, --watch watch clusters
Expand All @@ -57,6 +57,7 @@ replicated cluster ls --output wide

```
--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
```

Expand Down
3 changes: 2 additions & 1 deletion docs/reference/replicated-cli-cluster-nodegroup-ls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ replicated cluster nodegroup ls CLUSTER_ID --output wide

```
-h, --help help for ls
--output string The output format to use. One of: json|table|wide (default: table) (default "table")
-o, --output string The output format to use. One of: json|table|wide (default: table) (default "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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-cluster-nodegroup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ replicated cluster nodegroup ls CLUSTER_ID

```
--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
```

Expand Down
3 changes: 2 additions & 1 deletion docs/reference/replicated-cli-cluster-port-expose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ replicated cluster port expose CLUSTER_ID --port 8080 --protocol https --output

```
-h, --help help for expose
--output string The output format to use. One of: json|table|wide (default: table) (default "table")
-o, --output string The output format to use. One of: json|table|wide (default: table) (default "table")
--port int Port to expose (required)
--protocol strings Protocol to expose (valid values are "http", "https", "ws" and "wss") (default [http,https])
--wildcard Create a wildcard DNS entry and TLS certificate for this port
Expand All @@ -46,6 +46,7 @@ replicated cluster port expose CLUSTER_ID --port 8080 --protocol https --output

```
--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
```

Expand Down
3 changes: 2 additions & 1 deletion docs/reference/replicated-cli-cluster-port-ls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ replicated cluster port ls CLUSTER_ID --output wide

```
-h, --help help for ls
--output string The output format to use. One of: json|table|wide (default: table) (default "table")
-o, --output string The output format to use. One of: json|table|wide (default: table) (default "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
```

Expand Down
3 changes: 2 additions & 1 deletion docs/reference/replicated-cli-cluster-port-rm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ replicated cluster port rm CLUSTER_ID --id PORT_ID --output json
```
-h, --help help for rm
--id string ID of the port to remove (required)
--output string The output format to use. One of: json|table|wide (default: table) (default "table")
-o, --output string The output format to use. One of: json|table|wide (default: table) (default "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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-cluster-port.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ replicated cluster port expose [CLUSTER_ID] [PORT]

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-cluster-prepare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ replicated cluster prepare --distribution eks --version 1.27 --instance-type c6.

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-cluster-rm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ replicated cluster rm --all

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-cluster-shell.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ replicated cluster shell --name "My Cluster"

```
--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
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ replicated cluster update nodegroup CLUSTER_ID --nodegroup-id NODEGROUP_ID --min
--nodegroup-id string The ID of the nodegroup to update
--nodegroup-name string The name of the nodegroup to update
--nodes int The number of nodes in the nodegroup
--output string The output format to use. One of: json|table|wide (default: table) (default "table")
-o, --output string The output format to use. One of: json|table|wide (default: table) (default "table")
```

### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--id string id of the cluster to update (when name is not provided)
--name string Name of the cluster to update.
--token string The API token to use to access your app in the Vendor API
Expand Down
3 changes: 2 additions & 1 deletion docs/reference/replicated-cli-cluster-update-ttl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ replicated cluster update ttl CLUSTER_ID --ttl 24h

```
-h, --help help for ttl
--output string The output format to use. One of: json|table|wide (default: table) (default "table")
-o, --output string The output format to use. One of: json|table|wide (default: table) (default "table")
--ttl string Update TTL which starts from the moment the cluster is running (duration, max 48h).
```

### Options inherited from parent commands

```
--app string The app slug or app id to use in all calls
--debug Enable debug output
--id string id of the cluster to update (when name is not provided)
--name string Name of the cluster to update.
--token string The API token to use to access your app in the Vendor API
Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-cluster-update.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ replicated cluster update --name <cluster-name> [subcommand]

```
--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
```

Expand Down
3 changes: 2 additions & 1 deletion docs/reference/replicated-cli-cluster-upgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ replicated cluster upgrade [CLUSTER_ID] --version 1.31 --wait 30m
```
--dry-run Dry run
-h, --help help for upgrade
--output string The output format to use. One of: json|table|wide (default: table) (default "table")
-o, --output string The output format to use. One of: json|table|wide (default: table) (default "table")
--version string Kubernetes version to upgrade to (format is distribution dependent)
--wait duration Wait duration for cluster to be ready (leave empty to not wait)
```
Expand All @@ -37,6 +37,7 @@ replicated cluster upgrade [CLUSTER_ID] --version 1.31 --wait 30m

```
--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
```

Expand Down
1 change: 1 addition & 0 deletions docs/reference/replicated-cli-cluster-versions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ replicated cluster versions --output json

```
--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
```

Expand Down
Loading