From 5e99971727372fe57952c1ebcc393196157e713a Mon Sep 17 00:00:00 2001 From: Fernanda Date: Thu, 11 Jun 2026 16:52:26 -0300 Subject: [PATCH 1/5] W-22830203-content-gaps-fa --- modules/ROOT/pages/_partials/api-mgr.adoc | 99 ++++++++++++++++++- .../ROOT/pages/_partials/cloudhub-dlb.adoc | 24 +++++ modules/ROOT/pages/auth.adoc | 3 +- modules/ROOT/pages/install.adoc | 43 ++++++++ 4 files changed, 166 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/_partials/api-mgr.adoc b/modules/ROOT/pages/_partials/api-mgr.adoc index 524415c6..3f3385e9 100644 --- a/modules/ROOT/pages/_partials/api-mgr.adoc +++ b/modules/ROOT/pages/_partials/api-mgr.adoc @@ -38,6 +38,11 @@ |xref:anypoint-cli::api-mgr.adoc#api-mgr-tier-copy[api-mgr:tier:copy] | Copies an SLA tier from source to a target API instance |xref:anypoint-cli::api-mgr.adoc#api-mgr-tier-delete[api-mgr:tier:delete] | Deletes an SLA tier from an API instance |xref:anypoint-cli::api-mgr.adoc#api-mgr-tier-list[api-mgr:tier:list] | Lists the SLA tiers of an API instance +|xref:anypoint-cli::api-mgr.adoc#api-mgr-upstream-add[api-mgr:upstream:add] | Creates an upstream for an API instance +|xref:anypoint-cli::api-mgr.adoc#api-mgr-upstream-bulk-edit[api-mgr:upstream:bulk-edit] | Bulk edits the TLS Context for all upstreams of an API instance +|xref:anypoint-cli::api-mgr.adoc#api-mgr-upstream-delete[api-mgr:upstream:delete] | Deletes an upstream from an API instance +|xref:anypoint-cli::api-mgr.adoc#api-mgr-upstream-edit[api-mgr:upstream:edit] | Edits an upstream of an API instance +|xref:anypoint-cli::api-mgr.adoc#api-mgr-upstream-list[api-mgr:upstream:list] | Lists all upstreams for an API instance |=== // end::summary[] @@ -325,7 +330,7 @@ Default is Anypoint Platform Client Provider | `--providerId 1787c36ab544466698e | `--responseTimeout` | Maximum response timeout(required) | `--responseTimeout 10` -|`--routing` | Configure upstream service | `--routing 50e8400-e29b-41d4-a716-446655440000` +|`--routing` | API instance routes as a JSON array. Each route defines a label, routing rules, and upstream references with weights. | `--routing '[{"label":"Rule 1","rules":{"path":"/path"},"upstreams":[{"id":"upstream-id","weight":100}]}]'` | `--scheme` | Proxy scheme (required) + @@ -342,6 +347,10 @@ Omni Gateway does not support this flag | `--serviceName ExampleServerName` | WSDL service port + Omni Gateway does not support this flag | `--servicePort 443` +| `--type` +| Endpoint type + +Supported options: `http`, `raml`, `wsdl`, `mcp`, `a2a`, `llm`, `grpc` | `--type http` + | `--updateApisInSamePort` | Updates the TLS context of API instances sharing the port of this API. | `--updateApisInSamePort` @@ -468,7 +477,7 @@ Omni Gateway does not support this flag | `--serviceName ExampleServerName` | `--type` | Endpoint type + -Supported options: `http`, `raml`, `wsdl` | `--type http` +Supported options: `http`, `raml`, `wsdl`, `mcp`, `a2a`, `llm`, `grpc` | `--type http` | `--uri` | Implementation URI | `--uri /udp://localhost:65432` @@ -913,4 +922,90 @@ In addition to the xref:index.adoc#default-options[default flags], this command Supported values are: `id`, `name`, `createdDate`, and `updatedDate` | `--sort id` |=== +[[api-mgr-upstream-add]] +== api-mgr:upstream:add + +---- +> api-mgr:upstream:add [flags] +---- + +Creates an upstream for the API instance passed in `` with the URI passed in ``. + +In addition to the xref:index.adoc#default-options[default flags], this command accepts the following flags: + +[%header%autowidth.spread,cols="a,a,a"] +|=== +|Flag |Description |Example +| `--label` | Label for the upstream | `--label my-upstream` +| `--tlsContextId` | TLS Context ID to set on the upstream | `--tlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` +| `--tlsContextSecretGroupId` | Secret Group ID for the TLS Context specified in `--tlsContextId` | `--tlsContextSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` +| `--output` | Specifies the response format, supported values are `table` (default) and `json` | `--output json` +|=== + +[[api-mgr-upstream-bulk-edit]] +== api-mgr:upstream:bulk-edit + +---- +> api-mgr:upstream:bulk-edit [flags] +---- + +Bulk edits the TLS Context for all upstreams of the API instance passed in `` using a single API update. + +In addition to the xref:index.adoc#default-options[default flags], this command accepts the following flags: + +[%header%autowidth.spread,cols="a,a,a"] +|=== +|Flag |Description |Example +| `--tlsContextId` *(required)* | TLS Context ID to set on all upstreams. Pass `null` to remove the TLS Context from all upstreams. | `--tlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` +| `--tlsContextSecretGroupId` | Secret Group ID for the TLS Context specified in `--tlsContextId` | `--tlsContextSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` +| `--output` | Specifies the response format, supported values are `table` (default) and `json` | `--output json` +|=== + +[[api-mgr-upstream-delete]] +== api-mgr:upstream:delete + +---- +> api-mgr:upstream:delete [flags] +---- + +Deletes the upstream passed in `` from the API instance passed in ``. + +This command accepts the `--output` flag to specify the response format. Supported values are `table` (default) and `json`. + +This command accepts the xref:index.adoc#default-options[default flags]. + +[[api-mgr-upstream-edit]] +== api-mgr:upstream:edit + +---- +> api-mgr:upstream:edit [flags] +---- + +Edits the upstream passed in `` for the API instance passed in ``. + +In addition to the xref:index.adoc#default-options[default flags], this command accepts the following flags: + +[%header%autowidth.spread,cols="a,a,a"] +|=== +|Flag |Description |Example +| `--uri` | Upstream URI | `--uri https://backend.example.com` +| `--label` | Label for the upstream | `--label my-upstream` +| `--tlsContextId` | TLS Context ID to set on the upstream. Pass `null` to remove the TLS Context. | `--tlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` +| `--tlsContextSecretGroupId` | Secret Group ID for the TLS Context specified in `--tlsContextId` | `--tlsContextSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` +| `--output` | Specifies the response format, supported values are `table` (default) and `json` | `--output json` +|=== + +[[api-mgr-upstream-list]] +== api-mgr:upstream:list + +---- +> api-mgr:upstream:list [flags] +---- + +Lists all upstreams for the API instance passed in ``. + +This command accepts the `--output` flag to specify the response format. Supported values are `table` (default) and `json`. + +This command accepts the xref:index.adoc#default-options[default flags]. + // end::commands[] \ No newline at end of file diff --git a/modules/ROOT/pages/_partials/cloudhub-dlb.adoc b/modules/ROOT/pages/_partials/cloudhub-dlb.adoc index e97d6f7b..e43a7974 100644 --- a/modules/ROOT/pages/_partials/cloudhub-dlb.adoc +++ b/modules/ROOT/pages/_partials/cloudhub-dlb.adoc @@ -24,6 +24,8 @@ |xref:anypoint-cli::cloudhub-dlb.adoc#cloudhub-load-balancer-start[cloudhub:load-balancer:start] | Starts a load balancer |xref:anypoint-cli::cloudhub-dlb.adoc#cloudhub-load-balancer-stop[cloudhub:load-balancer:stop] | Stops a load balancer +|xref:anypoint-cli::cloudhub-dlb.adoc#cloudhub-load-balancer-whitelist-add[cloudhub:load-balancer:whitelist:add] | Adds an IP or range of IPs to the load balancer allowlist +|xref:anypoint-cli::cloudhub-dlb.adoc#cloudhub-load-balancer-whitelist-remove[cloudhub:load-balancer:whitelist:remove] | Removes an IP or range of IPs from the load balancer allowlist |=== // end::summary[] @@ -332,4 +334,26 @@ Stops the load balancer specified in `` This command accepts the xref:index.adoc#default-options[default flags]. +[[cloudhub-load-balancer-whitelist-add]] +== cloudhub:load-balancer:whitelist:add + +---- +> cloudhub:load-balancer:whitelist:add [flags] +---- + +Adds a range of IP addresses specified in `` to the allowlist of the load balancer specified in ``. + +This command accepts the xref:index.adoc#default-options[default flags]. + +[[cloudhub-load-balancer-whitelist-remove]] +== cloudhub:load-balancer:whitelist:remove + +---- +> cloudhub:load-balancer:whitelist:remove [flags] +---- + +Removes an IP or range of IPs specified in `` from the allowlist of the load balancer specified in ``. + +This command accepts the xref:index.adoc#default-options[default flags]. + // end::commands[] diff --git a/modules/ROOT/pages/auth.adoc b/modules/ROOT/pages/auth.adoc index d6797765..7387846d 100644 --- a/modules/ROOT/pages/auth.adoc +++ b/modules/ROOT/pages/auth.adoc @@ -109,11 +109,12 @@ You can authenticate to Anypoint Platform through the command line by running th | `--password` | `ANYPOINT_PASSWORD` |`--client_id`| `ANYPOINT_CLIENT_ID` |`--client_secret`| `ANYPOINT_CLIENT_SECRET` -|`--bearer`| - +|`--bearer`| `ANYPOINT_BEARER` |`--organization`| `ANYPOINT_ORG` |`--environment`| `ANYPOINT_ENV` | - | `ANYPOINT_CERTIFICATE` | - | `ANYPOINT_HOST` +| `--[no-]collectMetrics` | `COLLECT_METRICS` |=== NOTE: The `--organization` flag is optional. It defaults to your main organization from Anypoint Platform. diff --git a/modules/ROOT/pages/install.adoc b/modules/ROOT/pages/install.adoc index ac106797..e577a18a 100644 --- a/modules/ROOT/pages/install.adoc +++ b/modules/ROOT/pages/install.adoc @@ -165,6 +165,49 @@ anypoint-cli-v4 1.0.2 (core) ---- +[[link-plugin]] +== Link a Local Plugin for Development + +To link a local plugin directory into the CLI for development purposes: + +[source,text,linenums] +---- +anypoint-cli-v4 plugins:link +---- + +For example, to link a plugin in the current directory: + +[source,text,linenums] +---- +anypoint-cli-v4 plugins:link . +---- + +NOTE: Installing a linked plugin overrides a user-installed or core plugin that has the same commands. + +[[autocomplete]] +== Enable Shell Autocomplete + +To display autocomplete installation instructions for your shell: + +[source,text,linenums] +---- +anypoint-cli-v4 autocomplete [bash|zsh|powershell] +---- + +For example, to set up autocomplete for Zsh: + +[source,text,linenums] +---- +anypoint-cli-v4 autocomplete zsh +---- + +To refresh the autocomplete cache after installing new plugins: + +[source,text,linenums] +---- +anypoint-cli-v4 autocomplete --refresh-cache +---- + [[uninstall-plugin]] == Uninstall a Plugin From 4c441706ca0ad9e4b8b986cb23e91e89854b742a Mon Sep 17 00:00:00 2001 From: Fernanda Ailup <105381467+failup@users.noreply.github.com> Date: Fri, 12 Jun 2026 07:57:32 -0300 Subject: [PATCH 2/5] Apply suggestions from code review Co-authored-by: Hanna Nelson --- modules/ROOT/pages/_partials/api-mgr.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/pages/_partials/api-mgr.adoc b/modules/ROOT/pages/_partials/api-mgr.adoc index 3f3385e9..2263cfb1 100644 --- a/modules/ROOT/pages/_partials/api-mgr.adoc +++ b/modules/ROOT/pages/_partials/api-mgr.adoc @@ -931,7 +931,7 @@ Supported values are: `id`, `name`, `createdDate`, and `updatedDate` | `--sort Creates an upstream for the API instance passed in `` with the URI passed in ``. -In addition to the xref:index.adoc#default-options[default flags], this command accepts the following flags: +In addition to the xref:index.adoc#default-options[default flags], this command accepts these flags: [%header%autowidth.spread,cols="a,a,a"] |=== @@ -939,7 +939,7 @@ In addition to the xref:index.adoc#default-options[default flags], this command | `--label` | Label for the upstream | `--label my-upstream` | `--tlsContextId` | TLS Context ID to set on the upstream | `--tlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` | `--tlsContextSecretGroupId` | Secret Group ID for the TLS Context specified in `--tlsContextId` | `--tlsContextSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` -| `--output` | Specifies the response format, supported values are `table` (default) and `json` | `--output json` +| `--output` | Format for the response, supported values are `table` (default) and `json` | `--output json` |=== [[api-mgr-upstream-bulk-edit]] @@ -951,14 +951,14 @@ In addition to the xref:index.adoc#default-options[default flags], this command Bulk edits the TLS Context for all upstreams of the API instance passed in `` using a single API update. -In addition to the xref:index.adoc#default-options[default flags], this command accepts the following flags: +In addition to the xref:index.adoc#default-options[default flags], this command accepts these flags: [%header%autowidth.spread,cols="a,a,a"] |=== |Flag |Description |Example | `--tlsContextId` *(required)* | TLS Context ID to set on all upstreams. Pass `null` to remove the TLS Context from all upstreams. | `--tlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` | `--tlsContextSecretGroupId` | Secret Group ID for the TLS Context specified in `--tlsContextId` | `--tlsContextSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` -| `--output` | Specifies the response format, supported values are `table` (default) and `json` | `--output json` +| `--output` | Format for the response, supported values are `table` (default) and `json` | `--output json` |=== [[api-mgr-upstream-delete]] From 137ae21aedd9073889b5886277269353b8f08569 Mon Sep 17 00:00:00 2001 From: Fernanda Ailup <105381467+failup@users.noreply.github.com> Date: Fri, 12 Jun 2026 07:58:49 -0300 Subject: [PATCH 3/5] Update api-mgr.adoc --- modules/ROOT/pages/_partials/api-mgr.adoc | 30 +++++++++++------------ 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/modules/ROOT/pages/_partials/api-mgr.adoc b/modules/ROOT/pages/_partials/api-mgr.adoc index 2263cfb1..7245fca3 100644 --- a/modules/ROOT/pages/_partials/api-mgr.adoc +++ b/modules/ROOT/pages/_partials/api-mgr.adoc @@ -39,7 +39,7 @@ |xref:anypoint-cli::api-mgr.adoc#api-mgr-tier-delete[api-mgr:tier:delete] | Deletes an SLA tier from an API instance |xref:anypoint-cli::api-mgr.adoc#api-mgr-tier-list[api-mgr:tier:list] | Lists the SLA tiers of an API instance |xref:anypoint-cli::api-mgr.adoc#api-mgr-upstream-add[api-mgr:upstream:add] | Creates an upstream for an API instance -|xref:anypoint-cli::api-mgr.adoc#api-mgr-upstream-bulk-edit[api-mgr:upstream:bulk-edit] | Bulk edits the TLS Context for all upstreams of an API instance +|xref:anypoint-cli::api-mgr.adoc#api-mgr-upstream-bulk-edit[api-mgr:upstream:bulk-edit] | Bulk edits the TLS context for all upstreams of an API instance |xref:anypoint-cli::api-mgr.adoc#api-mgr-upstream-delete[api-mgr:upstream:delete] | Deletes an upstream from an API instance |xref:anypoint-cli::api-mgr.adoc#api-mgr-upstream-edit[api-mgr:upstream:edit] | Edits an upstream of an API instance |xref:anypoint-cli::api-mgr.adoc#api-mgr-upstream-list[api-mgr:upstream:list] | Lists all upstreams for an API instance @@ -307,15 +307,15 @@ Options: `cloudhub`, `hybrid`, `rtf` (required) | `--deploymentType cloudhub` | Inbound secret group ID | `--inboundSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` | `--inboundTlsContextId` -| Outbound TLS Context ID + -Supply the `--inboundSecretGroupId` of the TLS Context's secret group. To remove a TLS Context, apply the flag with the following value: `--inboundTlsContextId "null"`. | `--inboundTlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` +| Outbound TLS context ID + +Supply the `--inboundSecretGroupId` of the TLS context's secret group. To remove a TLS context, apply the flag with the following value: `--inboundTlsContextId "null"`. | `--inboundTlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` | `--outboundSecretGroupId` | Outbound secret group ID. | `--outboundSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` | `--outboundTlsContextId` -| Outbound TLS Context ID. + -Supply the `--outboundSecretGroupId` of the TLS Context's secret group. To remove a TLS Context, apply the flag with the following value: `--outboundTlsContextId "null"`. | `--outboundTlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` +| Outbound TLS context ID. + +Supply the `--outboundSecretGroupId` of the TLS context's secret group. To remove a TLS context, apply the flag with the following value: `--outboundTlsContextId "null"`. | `--outboundTlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` | `--output` | Specifies the response format, supported values are `table` (default) and `json` | `--output json` | `--path` @@ -443,8 +443,8 @@ Supply the `--inboundSecretGroupId` of the TLS Context's secret group. To remove | Outbound secret group ID. | `--outboundSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` | `--outboundTlsContextId` -| Outbound TLS Context ID. + -Supply the `--outboundSecretGroupId` of the TLS Context's secret group. To remove a TLS Context, apply the flag with the following value: `--outboundTlsContextId "null"`. | `--outboundTlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` +| Outbound TLS context ID. + +Supply the `--outboundSecretGroupId` of the TLS context's secret group. To remove a TLS context, apply the flag with the following value: `--outboundTlsContextId "null"`. | `--outboundTlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` | `--output` | Specifies the response format, supported values are `table` (default) and `json` | `--output json` | `--path` @@ -937,8 +937,8 @@ In addition to the xref:index.adoc#default-options[default flags], this command |=== |Flag |Description |Example | `--label` | Label for the upstream | `--label my-upstream` -| `--tlsContextId` | TLS Context ID to set on the upstream | `--tlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` -| `--tlsContextSecretGroupId` | Secret Group ID for the TLS Context specified in `--tlsContextId` | `--tlsContextSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` +| `--tlsContextId` | TLS context ID to set on the upstream | `--tlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` +| `--tlsContextSecretGroupId` | Secret Group ID for the TLS context specified in `--tlsContextId` | `--tlsContextSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` | `--output` | Format for the response, supported values are `table` (default) and `json` | `--output json` |=== @@ -949,15 +949,15 @@ In addition to the xref:index.adoc#default-options[default flags], this command > api-mgr:upstream:bulk-edit [flags] ---- -Bulk edits the TLS Context for all upstreams of the API instance passed in `` using a single API update. +Bulk edits the TLS context for all upstreams of the API instance passed in `` using a single API update. In addition to the xref:index.adoc#default-options[default flags], this command accepts these flags: [%header%autowidth.spread,cols="a,a,a"] |=== |Flag |Description |Example -| `--tlsContextId` *(required)* | TLS Context ID to set on all upstreams. Pass `null` to remove the TLS Context from all upstreams. | `--tlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` -| `--tlsContextSecretGroupId` | Secret Group ID for the TLS Context specified in `--tlsContextId` | `--tlsContextSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` +| `--tlsContextId` *(required)* | TLS context ID to set on all upstreams. Pass `null` to remove the TLS context from all upstreams. | `--tlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` +| `--tlsContextSecretGroupId` | Secret Group ID for the TLS context specified in `--tlsContextId` | `--tlsContextSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` | `--output` | Format for the response, supported values are `table` (default) and `json` | `--output json` |=== @@ -990,8 +990,8 @@ In addition to the xref:index.adoc#default-options[default flags], this command |Flag |Description |Example | `--uri` | Upstream URI | `--uri https://backend.example.com` | `--label` | Label for the upstream | `--label my-upstream` -| `--tlsContextId` | TLS Context ID to set on the upstream. Pass `null` to remove the TLS Context. | `--tlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` -| `--tlsContextSecretGroupId` | Secret Group ID for the TLS Context specified in `--tlsContextId` | `--tlsContextSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` +| `--tlsContextId` | TLS context ID to set on the upstream. Pass `null` to remove the TLS context. | `--tlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` +| `--tlsContextSecretGroupId` | Secret Group ID for the TLS context specified in `--tlsContextId` | `--tlsContextSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` | `--output` | Specifies the response format, supported values are `table` (default) and `json` | `--output json` |=== @@ -1008,4 +1008,4 @@ This command accepts the `--output` flag to specify the response format. Support This command accepts the xref:index.adoc#default-options[default flags]. -// end::commands[] \ No newline at end of file +// end::commands[] From 80e99d5b79dca28678b234126fc44d1ed9416458 Mon Sep 17 00:00:00 2001 From: Fernanda Ailup <105381467+failup@users.noreply.github.com> Date: Fri, 12 Jun 2026 07:59:51 -0300 Subject: [PATCH 4/5] Update api-mgr.adoc --- modules/ROOT/pages/_partials/api-mgr.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/_partials/api-mgr.adoc b/modules/ROOT/pages/_partials/api-mgr.adoc index 7245fca3..923ba374 100644 --- a/modules/ROOT/pages/_partials/api-mgr.adoc +++ b/modules/ROOT/pages/_partials/api-mgr.adoc @@ -938,7 +938,7 @@ In addition to the xref:index.adoc#default-options[default flags], this command |Flag |Description |Example | `--label` | Label for the upstream | `--label my-upstream` | `--tlsContextId` | TLS context ID to set on the upstream | `--tlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` -| `--tlsContextSecretGroupId` | Secret Group ID for the TLS context specified in `--tlsContextId` | `--tlsContextSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` +| `--tlsContextSecretGroupId` | Secret group ID for the TLS context specified in `--tlsContextId` | `--tlsContextSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` | `--output` | Format for the response, supported values are `table` (default) and `json` | `--output json` |=== @@ -957,7 +957,7 @@ In addition to the xref:index.adoc#default-options[default flags], this command |=== |Flag |Description |Example | `--tlsContextId` *(required)* | TLS context ID to set on all upstreams. Pass `null` to remove the TLS context from all upstreams. | `--tlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` -| `--tlsContextSecretGroupId` | Secret Group ID for the TLS context specified in `--tlsContextId` | `--tlsContextSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` +| `--tlsContextSecretGroupId` | Secret group ID for the TLS context specified in `--tlsContextId` | `--tlsContextSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` | `--output` | Format for the response, supported values are `table` (default) and `json` | `--output json` |=== @@ -991,7 +991,7 @@ In addition to the xref:index.adoc#default-options[default flags], this command | `--uri` | Upstream URI | `--uri https://backend.example.com` | `--label` | Label for the upstream | `--label my-upstream` | `--tlsContextId` | TLS context ID to set on the upstream. Pass `null` to remove the TLS context. | `--tlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` -| `--tlsContextSecretGroupId` | Secret Group ID for the TLS context specified in `--tlsContextId` | `--tlsContextSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` +| `--tlsContextSecretGroupId` | Secret group ID for the TLS context specified in `--tlsContextId` | `--tlsContextSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` | `--output` | Specifies the response format, supported values are `table` (default) and `json` | `--output json` |=== From b9cb3e2d624a37c9d6b5ff2eb40b72a88dc567be Mon Sep 17 00:00:00 2001 From: Fernanda Ailup <105381467+failup@users.noreply.github.com> Date: Fri, 12 Jun 2026 13:00:24 -0300 Subject: [PATCH 5/5] Apply suggestions from code review Co-authored-by: Hanna Nelson --- modules/ROOT/pages/_partials/api-mgr.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/_partials/api-mgr.adoc b/modules/ROOT/pages/_partials/api-mgr.adoc index 923ba374..83747a5e 100644 --- a/modules/ROOT/pages/_partials/api-mgr.adoc +++ b/modules/ROOT/pages/_partials/api-mgr.adoc @@ -992,7 +992,7 @@ In addition to the xref:index.adoc#default-options[default flags], this command | `--label` | Label for the upstream | `--label my-upstream` | `--tlsContextId` | TLS context ID to set on the upstream. Pass `null` to remove the TLS context. | `--tlsContextId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` | `--tlsContextSecretGroupId` | Secret group ID for the TLS context specified in `--tlsContextId` | `--tlsContextSecretGroupId 1fec0a49-1551-4199-bfcc-cf0352d0f29d` -| `--output` | Specifies the response format, supported values are `table` (default) and `json` | `--output json` +| `--output` | Format for the response, supported values are `table` (default) and `json` | `--output json` |=== [[api-mgr-upstream-list]]