diff --git a/docs/reference/replicated-cli-app-create.mdx b/docs/reference/replicated-cli-app-create.mdx index d90cd948e9..c0de1bb450 100644 --- a/docs/reference/replicated-cli-app-create.mdx +++ b/docs/reference/replicated-cli-app-create.mdx @@ -33,7 +33,7 @@ replicated app create "Custom App" --output table ``` -h, --help help for create - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-app-ls.mdx b/docs/reference/replicated-cli-app-ls.mdx index 22d944d6ae..c7c48f3d76 100644 --- a/docs/reference/replicated-cli-app-ls.mdx +++ b/docs/reference/replicated-cli-app-ls.mdx @@ -44,7 +44,7 @@ replicated app ls "App Name" --output table ``` -h, --help help for ls - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-app-rm.mdx b/docs/reference/replicated-cli-app-rm.mdx index 905175022e..ff3dd57e53 100644 --- a/docs/reference/replicated-cli-app-rm.mdx +++ b/docs/reference/replicated-cli-app-rm.mdx @@ -39,7 +39,7 @@ replicated app delete "Custom App" --output json ``` -f, --force Skip confirmation prompt. There is no undo for this action. -h, --help help for rm - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-channel-create.mdx b/docs/reference/replicated-cli-channel-create.mdx index 3f6682d38b..1aa3c435e8 100644 --- a/docs/reference/replicated-cli-channel-create.mdx +++ b/docs/reference/replicated-cli-channel-create.mdx @@ -22,7 +22,7 @@ replicated channel create --name Beta --description 'New features subject to cha --description string A longer description of this channel -h, --help help for create --name string The name of this channel - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-channel-inspect.mdx b/docs/reference/replicated-cli-channel-inspect.mdx index 8e098122d9..9784ac5de7 100644 --- a/docs/reference/replicated-cli-channel-inspect.mdx +++ b/docs/reference/replicated-cli-channel-inspect.mdx @@ -14,7 +14,7 @@ replicated channel inspect CHANNEL_ID [flags] ``` -h, --help help for inspect - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-channel-ls.mdx b/docs/reference/replicated-cli-channel-ls.mdx index 06785350d5..9c3e73df1a 100644 --- a/docs/reference/replicated-cli-channel-ls.mdx +++ b/docs/reference/replicated-cli-channel-ls.mdx @@ -20,7 +20,7 @@ ls, list ``` -h, --help help for ls - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-cluster-addon-create-object-store.mdx b/docs/reference/replicated-cli-cluster-addon-create-object-store.mdx index cb478ae752..00eca694fa 100644 --- a/docs/reference/replicated-cli-cluster-addon-create-object-store.mdx +++ b/docs/reference/replicated-cli-cluster-addon-create-object-store.mdx @@ -35,7 +35,7 @@ replicated cluster addon create object-store 05929b24 --bucket-prefix custom-pre --bucket-prefix string A prefix for the bucket name to be created (required) --dry-run Simulate creation to verify that your inputs are valid without actually creating an add-on -h, --help help for object-store - --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") --wait duration Wait duration for add-on to be ready before exiting (leave empty to not wait) ``` diff --git a/docs/reference/replicated-cli-cluster-addon-ls.mdx b/docs/reference/replicated-cli-cluster-addon-ls.mdx index 6bb343b11d..2cda5b142f 100644 --- a/docs/reference/replicated-cli-cluster-addon-ls.mdx +++ b/docs/reference/replicated-cli-cluster-addon-ls.mdx @@ -35,7 +35,7 @@ replicated cluster addon 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") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-cluster-create.mdx b/docs/reference/replicated-cli-cluster-create.mdx index 63027ce300..1e9efaa0e2 100644 --- a/docs/reference/replicated-cli-cluster-create.mdx +++ b/docs/reference/replicated-cli-cluster-create.mdx @@ -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) - -o, --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") --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) diff --git a/docs/reference/replicated-cli-cluster-ls.mdx b/docs/reference/replicated-cli-cluster-ls.mdx index 189b562514..d91e0f6bcd 100644 --- a/docs/reference/replicated-cli-cluster-ls.mdx +++ b/docs/reference/replicated-cli-cluster-ls.mdx @@ -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 - -o, --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") --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 diff --git a/docs/reference/replicated-cli-cluster-nodegroup-ls.mdx b/docs/reference/replicated-cli-cluster-nodegroup-ls.mdx index ab034d171d..2a16b4d525 100644 --- a/docs/reference/replicated-cli-cluster-nodegroup-ls.mdx +++ b/docs/reference/replicated-cli-cluster-nodegroup-ls.mdx @@ -37,7 +37,7 @@ replicated cluster nodegroup ls CLUSTER_ID --output wide ``` -h, --help help for ls - -o, --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") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-cluster-port-expose.mdx b/docs/reference/replicated-cli-cluster-port-expose.mdx index c5b5902dd8..cd18f482f0 100644 --- a/docs/reference/replicated-cli-cluster-port-expose.mdx +++ b/docs/reference/replicated-cli-cluster-port-expose.mdx @@ -36,7 +36,7 @@ replicated cluster port expose CLUSTER_ID --port 8080 --protocol https --output ``` -h, --help help for expose - -o, --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") --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 diff --git a/docs/reference/replicated-cli-cluster-port-ls.mdx b/docs/reference/replicated-cli-cluster-port-ls.mdx index 4dbf3c33e9..17527a8d3d 100644 --- a/docs/reference/replicated-cli-cluster-port-ls.mdx +++ b/docs/reference/replicated-cli-cluster-port-ls.mdx @@ -35,7 +35,7 @@ replicated cluster port ls CLUSTER_ID --output wide ``` -h, --help help for ls - -o, --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") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-cluster-port-rm.mdx b/docs/reference/replicated-cli-cluster-port-rm.mdx index e7d2520486..41f44357a6 100644 --- a/docs/reference/replicated-cli-cluster-port-rm.mdx +++ b/docs/reference/replicated-cli-cluster-port-rm.mdx @@ -38,7 +38,7 @@ 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) - -o, --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") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-cluster-update-nodegroup.mdx b/docs/reference/replicated-cli-cluster-update-nodegroup.mdx index 5304f0561a..26585c4ff6 100644 --- a/docs/reference/replicated-cli-cluster-update-nodegroup.mdx +++ b/docs/reference/replicated-cli-cluster-update-nodegroup.mdx @@ -31,7 +31,7 @@ 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 - -o, --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") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-cluster-update-ttl.mdx b/docs/reference/replicated-cli-cluster-update-ttl.mdx index 31c9124257..28ff357ca9 100644 --- a/docs/reference/replicated-cli-cluster-update-ttl.mdx +++ b/docs/reference/replicated-cli-cluster-update-ttl.mdx @@ -21,7 +21,7 @@ replicated cluster update ttl CLUSTER_ID --ttl 24h ``` -h, --help help for ttl - -o, --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 (default "table") --ttl string Update TTL which starts from the moment the cluster is running (duration, max 48h). ``` diff --git a/docs/reference/replicated-cli-cluster-upgrade.mdx b/docs/reference/replicated-cli-cluster-upgrade.mdx index e433a171e1..6a7ad69647 100644 --- a/docs/reference/replicated-cli-cluster-upgrade.mdx +++ b/docs/reference/replicated-cli-cluster-upgrade.mdx @@ -28,7 +28,7 @@ replicated cluster upgrade [CLUSTER_ID] --version 1.31 --wait 30m ``` --dry-run Dry run -h, --help help for upgrade - -o, --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") --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) ``` diff --git a/docs/reference/replicated-cli-cluster-versions.mdx b/docs/reference/replicated-cli-cluster-versions.mdx index e741458f62..91b902c5a5 100644 --- a/docs/reference/replicated-cli-cluster-versions.mdx +++ b/docs/reference/replicated-cli-cluster-versions.mdx @@ -28,7 +28,7 @@ replicated cluster versions --output json ``` --distribution string Kubernetes distribution to filter by. -h, --help help for versions - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-customer-create.mdx b/docs/reference/replicated-cli-customer-create.mdx index 7d6596ec4e..8c7f2ddd72 100644 --- a/docs/reference/replicated-cli-customer-create.mdx +++ b/docs/reference/replicated-cli-customer-create.mdx @@ -61,7 +61,7 @@ replicated customer create --app myapp --name "Full Options Inc" --custom-id "FU --kots-install If set, the license will allow KOTS install. Otherwise license will allow Helm CLI installs only. (default true) --kurl-install If set, the license will allow kURL installs. --name string Name of the customer - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") --snapshot If set, the license will allow Snapshots. --support-bundle-upload If set, the license will allow uploading support bundles. --type string The license type to create. One of: dev|trial|paid|community|test (default: dev) (default "dev") diff --git a/docs/reference/replicated-cli-customer-inspect.mdx b/docs/reference/replicated-cli-customer-inspect.mdx index be4887b3d6..a7016ab427 100644 --- a/docs/reference/replicated-cli-customer-inspect.mdx +++ b/docs/reference/replicated-cli-customer-inspect.mdx @@ -37,7 +37,7 @@ replicated customer inspect --app myapp --customer "Acme Inc" ``` --customer string The Customer Name or ID -h, --help help for inspect - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-customer-ls.mdx b/docs/reference/replicated-cli-customer-ls.mdx index 61c4c4cbf1..4fdc00c9d8 100644 --- a/docs/reference/replicated-cli-customer-ls.mdx +++ b/docs/reference/replicated-cli-customer-ls.mdx @@ -42,7 +42,7 @@ replicated customer ls --app myapp --output json --app-version string Filter customers by a specific app version -h, --help help for ls --include-test Include test customers in the results - --output string Output format: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-customer-update.mdx b/docs/reference/replicated-cli-customer-update.mdx index 2774416b08..a4f2d2219c 100644 --- a/docs/reference/replicated-cli-customer-update.mdx +++ b/docs/reference/replicated-cli-customer-update.mdx @@ -60,7 +60,7 @@ replicated customer update --customer cus_abcdef123456 --name "JSON Corp" --outp --kots-install If set, the license will allow KOTS install. Otherwise license will allow Helm CLI installs only. (default true) --kurl-install If set, the license will allow kURL installs. --name string Name of the customer - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") --snapshot If set, the license will allow Snapshots. --support-bundle-upload If set, the license will allow uploading support bundles. --type string The license type to update. One of: dev|trial|paid|community|test (default: dev) (default "dev") diff --git a/docs/reference/replicated-cli-default-set.mdx b/docs/reference/replicated-cli-default-set.mdx index c9b3dbc337..ff204c973b 100644 --- a/docs/reference/replicated-cli-default-set.mdx +++ b/docs/reference/replicated-cli-default-set.mdx @@ -29,7 +29,7 @@ replicated default set app my-app-slug ``` -h, --help help for set - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-default-show.mdx b/docs/reference/replicated-cli-default-show.mdx index 84c803d4bf..9b54e375bd 100644 --- a/docs/reference/replicated-cli-default-show.mdx +++ b/docs/reference/replicated-cli-default-show.mdx @@ -30,7 +30,7 @@ replicated default show app ``` -h, --help help for show - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-installer-ls.mdx b/docs/reference/replicated-cli-installer-ls.mdx index cfed01d57a..7b2e6326d9 100644 --- a/docs/reference/replicated-cli-installer-ls.mdx +++ b/docs/reference/replicated-cli-installer-ls.mdx @@ -20,7 +20,7 @@ ls, list ``` -h, --help help for ls - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-instance-inspect.mdx b/docs/reference/replicated-cli-instance-inspect.mdx index d1991729be..3c26594345 100644 --- a/docs/reference/replicated-cli-instance-inspect.mdx +++ b/docs/reference/replicated-cli-instance-inspect.mdx @@ -16,7 +16,7 @@ replicated instance inspect [flags] --customer string Customer Name or ID -h, --help help for inspect --instance string Instance Name or ID - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-instance-ls.mdx b/docs/reference/replicated-cli-instance-ls.mdx index 9b0c5f7e04..51be5a92b6 100644 --- a/docs/reference/replicated-cli-instance-ls.mdx +++ b/docs/reference/replicated-cli-instance-ls.mdx @@ -21,7 +21,7 @@ ls, list ``` --customer string Customer Name or ID -h, --help help for ls - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") --tag stringArray Tags to use to filter instances (key=value format, can be specified multiple times). Only one tag needs to match (an OR operation) ``` diff --git a/docs/reference/replicated-cli-instance-tag.mdx b/docs/reference/replicated-cli-instance-tag.mdx index a752c43e9d..aa0904749e 100644 --- a/docs/reference/replicated-cli-instance-tag.mdx +++ b/docs/reference/replicated-cli-instance-tag.mdx @@ -16,7 +16,7 @@ replicated instance tag [flags] --customer string Customer Name or ID -h, --help help for tag --instance string Instance Name or ID - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") --tag stringArray Tags to apply to instance. Leave value empty to remove tag. Tags not specified will not be removed. ``` diff --git a/docs/reference/replicated-cli-registry-add-dockerhub.mdx b/docs/reference/replicated-cli-registry-add-dockerhub.mdx index ca29b6b3e7..6ef0fe8548 100644 --- a/docs/reference/replicated-cli-registry-add-dockerhub.mdx +++ b/docs/reference/replicated-cli-registry-add-dockerhub.mdx @@ -15,7 +15,7 @@ replicated registry add dockerhub [flags] ``` --authtype string Auth type for the registry (default "password") -h, --help help for dockerhub - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") --password string The password to authenticate to the registry with --password-stdin Take the password from stdin --token string The token to authenticate to the registry with diff --git a/docs/reference/replicated-cli-registry-add-ecr.mdx b/docs/reference/replicated-cli-registry-add-ecr.mdx index f89bada913..fe455fdbca 100644 --- a/docs/reference/replicated-cli-registry-add-ecr.mdx +++ b/docs/reference/replicated-cli-registry-add-ecr.mdx @@ -16,7 +16,7 @@ replicated registry add ecr [flags] --accesskeyid string The access key id to authenticate to the registry with --endpoint string The ECR endpoint -h, --help help for ecr - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") --secretaccesskey string The secret access key to authenticate to the registry with --secretaccesskey-stdin Take the secret access key from stdin ``` diff --git a/docs/reference/replicated-cli-registry-add-gar.mdx b/docs/reference/replicated-cli-registry-add-gar.mdx index 577c9e8ad4..55120a3db8 100644 --- a/docs/reference/replicated-cli-registry-add-gar.mdx +++ b/docs/reference/replicated-cli-registry-add-gar.mdx @@ -16,7 +16,7 @@ replicated registry add gar [flags] --authtype string Auth type for the registry (default "serviceaccount") --endpoint string The GAR endpoint -h, --help help for gar - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") --serviceaccountkey string The service account key to authenticate to the registry with --serviceaccountkey-stdin Take the service account key from stdin --token string The token to use to auth to the registry with diff --git a/docs/reference/replicated-cli-registry-add-gcr.mdx b/docs/reference/replicated-cli-registry-add-gcr.mdx index 891968c2e7..4ef37c55f4 100644 --- a/docs/reference/replicated-cli-registry-add-gcr.mdx +++ b/docs/reference/replicated-cli-registry-add-gcr.mdx @@ -15,7 +15,7 @@ replicated registry add gcr [flags] ``` --endpoint string The GCR endpoint -h, --help help for gcr - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") --serviceaccountkey string The service account key to authenticate to the registry with --serviceaccountkey-stdin Take the service account key from stdin ``` diff --git a/docs/reference/replicated-cli-registry-add-ghcr.mdx b/docs/reference/replicated-cli-registry-add-ghcr.mdx index c92f6ddf70..f415c3195f 100644 --- a/docs/reference/replicated-cli-registry-add-ghcr.mdx +++ b/docs/reference/replicated-cli-registry-add-ghcr.mdx @@ -14,7 +14,7 @@ replicated registry add ghcr [flags] ``` -h, --help help for ghcr - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") --token string The token to use to auth to the registry with --token-stdin Take the token from stdin ``` diff --git a/docs/reference/replicated-cli-registry-add-other.mdx b/docs/reference/replicated-cli-registry-add-other.mdx index 4ff7182a34..6491089dee 100644 --- a/docs/reference/replicated-cli-registry-add-other.mdx +++ b/docs/reference/replicated-cli-registry-add-other.mdx @@ -15,7 +15,7 @@ replicated registry add other [flags] ``` --endpoint string endpoint for the registry -h, --help help for other - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") --password string The password to authenticate to the registry with --password-stdin Take the password from stdin --username string The userame to authenticate to the registry with diff --git a/docs/reference/replicated-cli-registry-add-quay.mdx b/docs/reference/replicated-cli-registry-add-quay.mdx index da8c2ac5e0..8af49c9dec 100644 --- a/docs/reference/replicated-cli-registry-add-quay.mdx +++ b/docs/reference/replicated-cli-registry-add-quay.mdx @@ -14,7 +14,7 @@ replicated registry add quay [flags] ``` -h, --help help for quay - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") --password string The password to authenticate to the registry with --password-stdin Take the password from stdin --username string The userame to authenticate to the registry with diff --git a/docs/reference/replicated-cli-registry-ls.mdx b/docs/reference/replicated-cli-registry-ls.mdx index 9f862ce7ce..0212c63b41 100644 --- a/docs/reference/replicated-cli-registry-ls.mdx +++ b/docs/reference/replicated-cli-registry-ls.mdx @@ -20,7 +20,7 @@ ls, list ``` -h, --help help for ls - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-release-inspect.mdx b/docs/reference/replicated-cli-release-inspect.mdx index f8eb13a918..0824af6c49 100644 --- a/docs/reference/replicated-cli-release-inspect.mdx +++ b/docs/reference/replicated-cli-release-inspect.mdx @@ -30,7 +30,7 @@ replicated release inspect 123 --output json ``` -h, --help help for inspect - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-release-lint.mdx b/docs/reference/replicated-cli-release-lint.mdx index bb726b527c..0cf05e7175 100644 --- a/docs/reference/replicated-cli-release-lint.mdx +++ b/docs/reference/replicated-cli-release-lint.mdx @@ -15,7 +15,7 @@ replicated release lint [flags] ``` --fail-on string The minimum severity to cause the command to exit with a non-zero exit code. Supported values are [info, warn, error, none]. (default "error") -h, --help help for lint - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") --yaml-dir yaml The directory containing multiple yamls for a Kots release. Cannot be used with the yaml flag. ``` diff --git a/docs/reference/replicated-cli-release-ls.mdx b/docs/reference/replicated-cli-release-ls.mdx index f3abff1062..208b88e931 100644 --- a/docs/reference/replicated-cli-release-ls.mdx +++ b/docs/reference/replicated-cli-release-ls.mdx @@ -20,7 +20,7 @@ ls, list ``` -h, --help help for ls - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-vm-create.mdx b/docs/reference/replicated-cli-vm-create.mdx index 8012239beb..ee304c730f 100644 --- a/docs/reference/replicated-cli-vm-create.mdx +++ b/docs/reference/replicated-cli-vm-create.mdx @@ -34,16 +34,16 @@ replicated vm create --distribution ubuntu --version 20.04 --count 5 --instance- ``` --count int Number of matching VMs to create (default 1) --disk int Disk Size (GiB) to request per node (default 50) - --distribution string Distribution of the vm to provision + --distribution string Distribution of the VM to provision --dry-run Dry run -h, --help help for create --instance-type string The type of instance to use (e.g. r1.medium) --name string VM name (defaults to random name) --network string The network to use for the VM(s). If not supplied, create a new network - -o, --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") --tag stringArray Tag to apply to the VM (key=value format, can be specified multiple times) --ttl string VM TTL (duration, max 48h) - --version string Vversion to provision (format is distribution dependent) + --version string Version to provision (format is distribution dependent) --wait duration Wait duration for VM(s) to be ready (leave empty to not wait) ``` diff --git a/docs/reference/replicated-cli-vm-ls.mdx b/docs/reference/replicated-cli-vm-ls.mdx index ddfd51265c..d74ff5df27 100644 --- a/docs/reference/replicated-cli-vm-ls.mdx +++ b/docs/reference/replicated-cli-vm-ls.mdx @@ -43,7 +43,7 @@ replicated vm ls --watch ``` --end-time string end time for the query (Format: 2006-01-02T15:04:05Z) -h, --help help for ls - -o, --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") --show-terminated when set, only show terminated vms --start-time string start time for the query (Format: 2006-01-02T15:04:05Z) -w, --watch watch vms diff --git a/docs/reference/replicated-cli-vm-port-expose.mdx b/docs/reference/replicated-cli-vm-port-expose.mdx index 2a31f91a47..67909ca10d 100644 --- a/docs/reference/replicated-cli-vm-port-expose.mdx +++ b/docs/reference/replicated-cli-vm-port-expose.mdx @@ -6,8 +6,6 @@ Expose a port on a vm to the public internet. The 'vm port expose' command is used to expose a specified port on a vm to the public internet. When exposing a port, the command automatically creates a DNS entry and, if using the "https" protocol, provisions a TLS certificate for secure communication. -You can also create a wildcard DNS entry and TLS certificate by specifying the "--wildcard" flag. Please note that creating a wildcard certificate may take additional time. - This command supports different protocols including "http", "https", "ws", and "wss" for web traffic and web socket communication. ``` @@ -17,8 +15,8 @@ replicated vm port expose VM_ID --port PORT [flags] ### Examples ``` -# Expose port 8080 with HTTPS protocol and wildcard DNS -replicated vm port expose VM_ID --port 8080 --protocol https --wildcard +# Expose port 8080 with HTTPS protocol +replicated vm port expose VM_ID --port 8080 --protocol https # Expose port 3000 with HTTP protocol replicated vm port expose VM_ID --port 3000 --protocol http @@ -34,10 +32,9 @@ replicated vm port expose VM_ID --port 8080 --protocol https --output json ``` -h, --help help for expose - -o, --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") --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 ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-vm-port-ls.mdx b/docs/reference/replicated-cli-vm-port-ls.mdx index 602d79f761..d98d00515b 100644 --- a/docs/reference/replicated-cli-vm-port-ls.mdx +++ b/docs/reference/replicated-cli-vm-port-ls.mdx @@ -29,7 +29,7 @@ replicated vm port ls VM_ID --output wide ``` -h, --help help for ls - -o, --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") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-vm-port-rm.mdx b/docs/reference/replicated-cli-vm-port-rm.mdx index 4f10737f63..b8cf0282b0 100644 --- a/docs/reference/replicated-cli-vm-port-rm.mdx +++ b/docs/reference/replicated-cli-vm-port-rm.mdx @@ -27,7 +27,7 @@ replicated vm port rm VM_ID --id PORT_ID --output json ``` -h, --help help for rm --id string ID of the port to remove (required) - -o, --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") ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-vm-update-ttl.mdx b/docs/reference/replicated-cli-vm-update-ttl.mdx index b4571e5352..7d0afb2e2f 100644 --- a/docs/reference/replicated-cli-vm-update-ttl.mdx +++ b/docs/reference/replicated-cli-vm-update-ttl.mdx @@ -30,7 +30,7 @@ replicated vm update ttl aaaaa11 --ttl 30m ``` -h, --help help for ttl - -o, --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") --ttl string Update TTL which starts from the moment the vm is running (duration, max 48h). ``` diff --git a/docs/reference/replicated-cli-vm-versions.mdx b/docs/reference/replicated-cli-vm-versions.mdx index 4ed199acf7..d8b4d7d6ad 100644 --- a/docs/reference/replicated-cli-vm-versions.mdx +++ b/docs/reference/replicated-cli-vm-versions.mdx @@ -31,7 +31,7 @@ replicated vm versions --output json ``` --distribution string Kubernetes distribution to filter by. -h, --help help for versions - --output string The output format to use. One of: json|table (default: table) (default "table") + -o, --output string The output format to use. One of: json|table (default "table") ``` ### Options inherited from parent commands