Skip to content

Commit 6dd1166

Browse files
divolginReplicated Release Pipeline
andauthored
Update Replicated CLI docs for v0.98.2 (#3135)
Co-authored-by: Replicated Release Pipeline <[email protected]>
1 parent f50b234 commit 6dd1166

File tree

46 files changed

+50
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+50
-53
lines changed

docs/reference/replicated-cli-app-create.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ replicated app create "Custom App" --output table
3333

3434
```
3535
-h, --help help for create
36-
--output string The output format to use. One of: json|table (default: table) (default "table")
36+
-o, --output string The output format to use. One of: json|table (default "table")
3737
```
3838

3939
### Options inherited from parent commands

docs/reference/replicated-cli-app-ls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ replicated app ls "App Name" --output table
4444

4545
```
4646
-h, --help help for ls
47-
--output string The output format to use. One of: json|table (default: table) (default "table")
47+
-o, --output string The output format to use. One of: json|table (default "table")
4848
```
4949

5050
### Options inherited from parent commands

docs/reference/replicated-cli-app-rm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ replicated app delete "Custom App" --output json
3939
```
4040
-f, --force Skip confirmation prompt. There is no undo for this action.
4141
-h, --help help for rm
42-
--output string The output format to use. One of: json|table (default: table) (default "table")
42+
-o, --output string The output format to use. One of: json|table (default "table")
4343
```
4444

4545
### Options inherited from parent commands

docs/reference/replicated-cli-channel-create.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ replicated channel create --name Beta --description 'New features subject to cha
2222
--description string A longer description of this channel
2323
-h, --help help for create
2424
--name string The name of this channel
25-
--output string The output format to use. One of: json|table (default: table) (default "table")
25+
-o, --output string The output format to use. One of: json|table (default "table")
2626
```
2727

2828
### Options inherited from parent commands

docs/reference/replicated-cli-channel-inspect.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ replicated channel inspect CHANNEL_ID [flags]
1414

1515
```
1616
-h, --help help for inspect
17-
--output string The output format to use. One of: json|table (default: table) (default "table")
17+
-o, --output string The output format to use. One of: json|table (default "table")
1818
```
1919

2020
### Options inherited from parent commands

docs/reference/replicated-cli-channel-ls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ls, list
2020

2121
```
2222
-h, --help help for ls
23-
--output string The output format to use. One of: json|table (default: table) (default "table")
23+
-o, --output string The output format to use. One of: json|table (default "table")
2424
```
2525

2626
### Options inherited from parent commands

docs/reference/replicated-cli-cluster-addon-create-object-store.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ replicated cluster addon create object-store 05929b24 --bucket-prefix custom-pre
3535
--bucket-prefix string A prefix for the bucket name to be created (required)
3636
--dry-run Simulate creation to verify that your inputs are valid without actually creating an add-on
3737
-h, --help help for object-store
38-
--output string The output format to use. One of: json|table|wide (default: table) (default "table")
38+
-o, --output string The output format to use. One of: json|table|wide (default "table")
3939
--wait duration Wait duration for add-on to be ready before exiting (leave empty to not wait)
4040
```
4141

docs/reference/replicated-cli-cluster-addon-ls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ replicated cluster addon ls CLUSTER_ID --output wide
3535

3636
```
3737
-h, --help help for ls
38-
--output string The output format to use. One of: json|table|wide (default: table) (default "table")
38+
-o, --output string The output format to use. One of: json|table|wide (default "table")
3939
```
4040

4141
### Options inherited from parent commands

docs/reference/replicated-cli-cluster-create.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ replicated cluster create --distribution eks --version 1.21 --nodes 3 --addon ob
5959
--name string Cluster name (defaults to random name)
6060
--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.
6161
--nodes int Node count (default 1)
62-
-o, --output string The output format to use. One of: json|table|wide (default: table) (default "table")
62+
-o, --output string The output format to use. One of: json|table|wide (default "table")
6363
--tag stringArray Tag to apply to the cluster (key=value format, can be specified multiple times)
6464
--ttl string Cluster TTL (duration, max 48h)
6565
--version string Kubernetes version to provision (format is distribution dependent)

docs/reference/replicated-cli-cluster-ls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ replicated cluster ls --output wide
4747
```
4848
--end-time string end time for the query (Format: 2006-01-02T15:04:05Z)
4949
-h, --help help for ls
50-
-o, --output string The output format to use. One of: json|table|wide (default: table) (default "table")
50+
-o, --output string The output format to use. One of: json|table|wide (default "table")
5151
--show-terminated when set, only show terminated clusters
5252
--start-time string start time for the query (Format: 2006-01-02T15:04:05Z)
5353
-w, --watch watch clusters

0 commit comments

Comments
 (0)