@robinmordasiewicz/f5xc-xcsh 6.29.0 → 6.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/completions/_xcsh +37 -38
- package/completions/xcsh.bash +9 -9
- package/completions/xcsh.fish +393 -434
- package/dist/index.js +960 -1844
- package/package.json +1 -1
package/completions/xcsh.fish
CHANGED
|
@@ -22,46 +22,45 @@ complete -c xcsh -n "__fish_use_subcommand" -a "context" -d 'Show current naviga
|
|
|
22
22
|
complete -c xcsh -n "__fish_use_subcommand" -a "ctx" -d 'Show current navigation context'
|
|
23
23
|
|
|
24
24
|
# Domain completions
|
|
25
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "admin_console_and_ui" -d '
|
|
26
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "api" -d '
|
|
25
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "admin_console_and_ui" -d 'Manage static UI assets for admin console'
|
|
26
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "api" -d 'Discover, catalog, and test service interfaces'
|
|
27
27
|
complete -c xcsh -n "__fish_use_subcommand" -a "authentication" -d 'Authentication API'
|
|
28
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "bigip" -d '
|
|
29
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "billing_and_usage" -d '
|
|
30
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "blindfold" -d '
|
|
31
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "bot_and_threat_defense" -d '
|
|
32
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "cdn" -d 'Configure
|
|
33
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "ce_management" -d 'Customer Edge
|
|
34
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "certificates" -d 'SSL/TLS certificate and trusted
|
|
35
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "cloud_infrastructure" -d '
|
|
28
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "bigip" -d 'Manage iRules, data groups, and virtual servers'
|
|
29
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "billing_and_usage" -d 'Manage subscription plans and payment methods'
|
|
30
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "blindfold" -d 'Manage secret encryption and policy rules'
|
|
31
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "bot_and_threat_defense" -d 'Configure bot protection and threat categories'
|
|
32
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "cdn" -d 'Configure caching rules and load balancers'
|
|
33
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "ce_management" -d 'Manage Customer Edge sites and network interfaces'
|
|
34
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "certificates" -d 'Manage SSL/TLS certificate chains and trusted CAs'
|
|
35
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "cloud_infrastructure" -d 'Connect and manage multi-cloud providers'
|
|
36
36
|
complete -c xcsh -n "__fish_use_subcommand" -a "cloudstatus" -d 'F5 XC service status and incidents'
|
|
37
37
|
complete -c xcsh -n "__fish_use_subcommand" -a "completion" -d 'Shell completion script generation'
|
|
38
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "container_services" -d '
|
|
39
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "data_and_privacy_security" -d '
|
|
38
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "container_services" -d 'Deploy containerized workloads across sites'
|
|
39
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "data_and_privacy_security" -d 'Configure sensitive data detection and privacy policies'
|
|
40
40
|
complete -c xcsh -n "__fish_use_subcommand" -a "data_intelligence" -d 'Data Intelligence API'
|
|
41
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "ddos" -d '
|
|
42
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "dns" -d 'Manage zones, records, and
|
|
43
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "generative_ai" -d 'AI
|
|
41
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "ddos" -d 'Configure blocking policies and tunnel protection'
|
|
42
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "dns" -d 'Manage zones, records, and load balancing'
|
|
43
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "generative_ai" -d 'Access AI assistant queries and feedback'
|
|
44
44
|
complete -c xcsh -n "__fish_use_subcommand" -a "login" -d 'Authentication and session management'
|
|
45
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "managed_kubernetes" -d 'Kubernetes RBAC
|
|
46
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "marketplace" -d '
|
|
47
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "network" -d 'BGP routing,
|
|
48
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "network_security" -d '
|
|
49
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "nginx_one" -d 'NGINX
|
|
50
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "object_storage" -d '
|
|
51
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "observability" -d '
|
|
52
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "rate_limiting" -d '
|
|
53
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "secops_and_incident_response" -d '
|
|
54
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "service_mesh" -d '
|
|
55
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "shape" -d '
|
|
56
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "sites" -d '
|
|
57
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "statistics" -d '
|
|
58
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "
|
|
59
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "support" -d 'Customer support ticket lifecycle and site diagnostics'
|
|
45
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "managed_kubernetes" -d 'Configure Kubernetes RBAC and pod security policies'
|
|
46
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "marketplace" -d 'Manage third-party integrations and add-ons'
|
|
47
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "network" -d 'Configure BGP routing, tunnels, and connectivity'
|
|
48
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "network_security" -d 'Configure firewalls, NAT, and routing policies'
|
|
49
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "nginx_one" -d 'Configure NGINX proxy instances and deployments'
|
|
50
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "object_storage" -d 'Manage stored objects and bucket versioning'
|
|
51
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "observability" -d 'Configure synthetic monitors and health checks'
|
|
52
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "rate_limiting" -d 'Configure traffic throttling and policer rules'
|
|
53
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "secops_and_incident_response" -d 'Configure automated threat mitigation rules'
|
|
54
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "service_mesh" -d 'Configure application types and discovery'
|
|
55
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "shape" -d 'Configure bot defense and threat prevention'
|
|
56
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "sites" -d 'Deploy and manage edge infrastructure'
|
|
57
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "statistics" -d 'Monitor alerts, logs, and flow analytics'
|
|
58
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "support" -d 'Create and track customer tickets'
|
|
60
59
|
complete -c xcsh -n "__fish_use_subcommand" -a "telemetry_and_insights" -d 'Telemetry And Insights API'
|
|
61
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "tenant_and_identity" -d '
|
|
60
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "tenant_and_identity" -d 'Manage user profiles and session controls'
|
|
62
61
|
complete -c xcsh -n "__fish_use_subcommand" -a "threat_campaign" -d 'Threat Campaign API'
|
|
63
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "users" -d '
|
|
64
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "virtual" -d 'Configure
|
|
62
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "users" -d 'Manage account tokens and label settings'
|
|
63
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "virtual" -d 'Configure load balancers and origin pools'
|
|
65
64
|
complete -c xcsh -n "__fish_use_subcommand" -a "vpm_and_node_management" -d 'Vpm And Node Management API'
|
|
66
65
|
complete -c xcsh -n "__fish_use_subcommand" -a "waf" -d 'Configure application firewall rules and bot protection'
|
|
67
66
|
|
|
@@ -173,447 +172,407 @@ complete -c xcsh -n "__fish_use_subcommand" -a "firewall" -d 'Alias for waf'
|
|
|
173
172
|
complete -c xcsh -n "__fish_use_subcommand" -a "appfw" -d 'Alias for waf'
|
|
174
173
|
|
|
175
174
|
# Custom domain subcommands
|
|
176
|
-
complete -c xcsh -n "__fish_seen_subcommand_from
|
|
177
|
-
complete -c xcsh -n "__fish_seen_subcommand_from
|
|
178
|
-
complete -c xcsh -n "__fish_seen_subcommand_from
|
|
179
|
-
complete -c xcsh -n "__fish_seen_subcommand_from
|
|
180
|
-
complete -c xcsh -n "__fish_seen_subcommand_from
|
|
181
|
-
complete -c xcsh -n "__fish_seen_subcommand_from
|
|
182
|
-
complete -c xcsh -n "__fish_seen_subcommand_from
|
|
183
|
-
complete -c xcsh -n "__fish_seen_subcommand_from
|
|
184
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login
|
|
185
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login
|
|
186
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from
|
|
187
|
-
complete -c xcsh -n "__fish_seen_subcommand_from
|
|
188
|
-
complete -c xcsh -n "__fish_seen_subcommand_from
|
|
189
|
-
complete -c xcsh -n "__fish_seen_subcommand_from
|
|
190
|
-
complete -c xcsh -n "__fish_seen_subcommand_from
|
|
191
|
-
complete -c xcsh -n "__fish_seen_subcommand_from
|
|
192
|
-
complete -c xcsh -n "__fish_seen_subcommand_from
|
|
193
|
-
complete -c xcsh -n "__fish_seen_subcommand_from
|
|
194
|
-
complete -c xcsh -n "__fish_seen_subcommand_from
|
|
175
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cloudstatus" -a "status" -d 'Get overall cloud status indicator'
|
|
176
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cloudstatus" -a "summary" -d 'Get complete status summary'
|
|
177
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cloudstatus" -a "components" -d 'List all components and status'
|
|
178
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cloudstatus" -a "incidents" -d 'List active and recent incidents'
|
|
179
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cloudstatus" -a "maintenance" -d 'List scheduled maintenance windows'
|
|
180
|
+
complete -c xcsh -n "__fish_seen_subcommand_from completion" -a "bash" -d 'Generate bash completion script'
|
|
181
|
+
complete -c xcsh -n "__fish_seen_subcommand_from completion" -a "zsh" -d 'Generate zsh completion script'
|
|
182
|
+
complete -c xcsh -n "__fish_seen_subcommand_from completion" -a "fish" -d 'Generate fish completion script'
|
|
183
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "banner" -d 'Display xcsh banner with logo'
|
|
184
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "profile" -d 'Manage saved connection profiles'
|
|
185
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from profile" -a "list" -d 'List all saved profiles'
|
|
186
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from profile" -a "show" -d 'Show profile details (masked credentials)'
|
|
187
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from profile" -a "create" -d 'Create a new connection profile'
|
|
188
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from profile" -a "use" -d 'Switch to a different profile'
|
|
189
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from profile" -a "delete" -d 'Delete a saved profile'
|
|
190
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "context" -d 'Manage default namespace context'
|
|
191
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from context" -a "show" -d 'Show current default namespace'
|
|
192
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from context" -a "set" -d 'Set default namespace context'
|
|
193
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from context" -a "list" -d 'List available namespaces'
|
|
195
194
|
|
|
196
195
|
# Action completions for API domains
|
|
197
196
|
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "list" -d 'List resources'
|
|
198
|
-
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "get" -d 'Get
|
|
199
|
-
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "create" -d 'Create
|
|
200
|
-
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "delete" -d 'Delete
|
|
201
|
-
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "replace" -d 'Replace
|
|
202
|
-
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "apply" -d 'Apply
|
|
203
|
-
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "status" -d '
|
|
204
|
-
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "patch" -d 'Patch
|
|
205
|
-
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "add-labels" -d 'Add
|
|
206
|
-
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "remove-labels" -d 'Remove
|
|
197
|
+
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "get" -d 'Get a specific resource'
|
|
198
|
+
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "create" -d 'Create a new resource'
|
|
199
|
+
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "delete" -d 'Delete a resource'
|
|
200
|
+
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "replace" -d 'Replace a resource'
|
|
201
|
+
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "apply" -d 'Apply configuration from file'
|
|
202
|
+
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "status" -d 'Get resource status'
|
|
203
|
+
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "patch" -d 'Patch a resource'
|
|
204
|
+
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "add-labels" -d 'Add labels to a resource'
|
|
205
|
+
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "remove-labels" -d 'Remove labels from a resource'
|
|
207
206
|
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "list" -d 'List resources'
|
|
208
|
-
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "get" -d 'Get
|
|
209
|
-
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "create" -d 'Create
|
|
210
|
-
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "delete" -d 'Delete
|
|
211
|
-
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "replace" -d 'Replace
|
|
212
|
-
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "apply" -d 'Apply
|
|
213
|
-
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "status" -d '
|
|
214
|
-
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "patch" -d 'Patch
|
|
215
|
-
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "add-labels" -d 'Add
|
|
216
|
-
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "remove-labels" -d 'Remove
|
|
207
|
+
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "get" -d 'Get a specific resource'
|
|
208
|
+
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "create" -d 'Create a new resource'
|
|
209
|
+
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "delete" -d 'Delete a resource'
|
|
210
|
+
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "replace" -d 'Replace a resource'
|
|
211
|
+
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "apply" -d 'Apply configuration from file'
|
|
212
|
+
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "status" -d 'Get resource status'
|
|
213
|
+
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "patch" -d 'Patch a resource'
|
|
214
|
+
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "add-labels" -d 'Add labels to a resource'
|
|
215
|
+
complete -c xcsh -n "__fish_seen_subcommand_from api" -a "remove-labels" -d 'Remove labels from a resource'
|
|
217
216
|
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "list" -d 'List resources'
|
|
218
|
-
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "get" -d 'Get
|
|
219
|
-
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "create" -d 'Create
|
|
220
|
-
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "delete" -d 'Delete
|
|
221
|
-
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "replace" -d 'Replace
|
|
222
|
-
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "apply" -d 'Apply
|
|
223
|
-
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "status" -d '
|
|
224
|
-
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "patch" -d 'Patch
|
|
225
|
-
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "add-labels" -d 'Add
|
|
226
|
-
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "remove-labels" -d 'Remove
|
|
217
|
+
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "get" -d 'Get a specific resource'
|
|
218
|
+
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "create" -d 'Create a new resource'
|
|
219
|
+
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "delete" -d 'Delete a resource'
|
|
220
|
+
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "replace" -d 'Replace a resource'
|
|
221
|
+
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "apply" -d 'Apply configuration from file'
|
|
222
|
+
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "status" -d 'Get resource status'
|
|
223
|
+
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "patch" -d 'Patch a resource'
|
|
224
|
+
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "add-labels" -d 'Add labels to a resource'
|
|
225
|
+
complete -c xcsh -n "__fish_seen_subcommand_from authentication" -a "remove-labels" -d 'Remove labels from a resource'
|
|
227
226
|
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "list" -d 'List resources'
|
|
228
|
-
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "get" -d 'Get
|
|
229
|
-
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "create" -d 'Create
|
|
230
|
-
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "delete" -d 'Delete
|
|
231
|
-
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "replace" -d 'Replace
|
|
232
|
-
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "apply" -d 'Apply
|
|
233
|
-
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "status" -d '
|
|
234
|
-
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "patch" -d 'Patch
|
|
235
|
-
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "add-labels" -d 'Add
|
|
236
|
-
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "remove-labels" -d 'Remove
|
|
227
|
+
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "get" -d 'Get a specific resource'
|
|
228
|
+
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "create" -d 'Create a new resource'
|
|
229
|
+
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "delete" -d 'Delete a resource'
|
|
230
|
+
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "replace" -d 'Replace a resource'
|
|
231
|
+
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "apply" -d 'Apply configuration from file'
|
|
232
|
+
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "status" -d 'Get resource status'
|
|
233
|
+
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "patch" -d 'Patch a resource'
|
|
234
|
+
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "add-labels" -d 'Add labels to a resource'
|
|
235
|
+
complete -c xcsh -n "__fish_seen_subcommand_from bigip" -a "remove-labels" -d 'Remove labels from a resource'
|
|
237
236
|
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "list" -d 'List resources'
|
|
238
|
-
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "get" -d 'Get
|
|
239
|
-
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "create" -d 'Create
|
|
240
|
-
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "delete" -d 'Delete
|
|
241
|
-
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "replace" -d 'Replace
|
|
242
|
-
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "apply" -d 'Apply
|
|
243
|
-
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "status" -d '
|
|
244
|
-
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "patch" -d 'Patch
|
|
245
|
-
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "add-labels" -d 'Add
|
|
246
|
-
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "remove-labels" -d 'Remove
|
|
237
|
+
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "get" -d 'Get a specific resource'
|
|
238
|
+
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "create" -d 'Create a new resource'
|
|
239
|
+
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "delete" -d 'Delete a resource'
|
|
240
|
+
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "replace" -d 'Replace a resource'
|
|
241
|
+
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "apply" -d 'Apply configuration from file'
|
|
242
|
+
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "status" -d 'Get resource status'
|
|
243
|
+
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "patch" -d 'Patch a resource'
|
|
244
|
+
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "add-labels" -d 'Add labels to a resource'
|
|
245
|
+
complete -c xcsh -n "__fish_seen_subcommand_from billing_and_usage" -a "remove-labels" -d 'Remove labels from a resource'
|
|
247
246
|
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "list" -d 'List resources'
|
|
248
|
-
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "get" -d 'Get
|
|
249
|
-
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "create" -d 'Create
|
|
250
|
-
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "delete" -d 'Delete
|
|
251
|
-
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "replace" -d 'Replace
|
|
252
|
-
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "apply" -d 'Apply
|
|
253
|
-
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "status" -d '
|
|
254
|
-
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "patch" -d 'Patch
|
|
255
|
-
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "add-labels" -d 'Add
|
|
256
|
-
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "remove-labels" -d 'Remove
|
|
247
|
+
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "get" -d 'Get a specific resource'
|
|
248
|
+
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "create" -d 'Create a new resource'
|
|
249
|
+
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "delete" -d 'Delete a resource'
|
|
250
|
+
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "replace" -d 'Replace a resource'
|
|
251
|
+
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "apply" -d 'Apply configuration from file'
|
|
252
|
+
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "status" -d 'Get resource status'
|
|
253
|
+
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "patch" -d 'Patch a resource'
|
|
254
|
+
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "add-labels" -d 'Add labels to a resource'
|
|
255
|
+
complete -c xcsh -n "__fish_seen_subcommand_from blindfold" -a "remove-labels" -d 'Remove labels from a resource'
|
|
257
256
|
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "list" -d 'List resources'
|
|
258
|
-
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "get" -d 'Get
|
|
259
|
-
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "create" -d 'Create
|
|
260
|
-
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "delete" -d 'Delete
|
|
261
|
-
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "replace" -d 'Replace
|
|
262
|
-
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "apply" -d 'Apply
|
|
263
|
-
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "status" -d '
|
|
264
|
-
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "patch" -d 'Patch
|
|
265
|
-
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "add-labels" -d 'Add
|
|
266
|
-
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "remove-labels" -d 'Remove
|
|
257
|
+
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "get" -d 'Get a specific resource'
|
|
258
|
+
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "create" -d 'Create a new resource'
|
|
259
|
+
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "delete" -d 'Delete a resource'
|
|
260
|
+
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "replace" -d 'Replace a resource'
|
|
261
|
+
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "apply" -d 'Apply configuration from file'
|
|
262
|
+
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "status" -d 'Get resource status'
|
|
263
|
+
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "patch" -d 'Patch a resource'
|
|
264
|
+
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "add-labels" -d 'Add labels to a resource'
|
|
265
|
+
complete -c xcsh -n "__fish_seen_subcommand_from bot_and_threat_defense" -a "remove-labels" -d 'Remove labels from a resource'
|
|
267
266
|
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "list" -d 'List resources'
|
|
268
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "get" -d 'Get
|
|
269
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "create" -d 'Create
|
|
270
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "delete" -d 'Delete
|
|
271
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "replace" -d 'Replace
|
|
272
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "apply" -d 'Apply
|
|
273
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "status" -d '
|
|
274
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "patch" -d 'Patch
|
|
275
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "add-labels" -d 'Add
|
|
276
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "remove-labels" -d 'Remove
|
|
267
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "get" -d 'Get a specific resource'
|
|
268
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "create" -d 'Create a new resource'
|
|
269
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "delete" -d 'Delete a resource'
|
|
270
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "replace" -d 'Replace a resource'
|
|
271
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "apply" -d 'Apply configuration from file'
|
|
272
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "status" -d 'Get resource status'
|
|
273
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "patch" -d 'Patch a resource'
|
|
274
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "add-labels" -d 'Add labels to a resource'
|
|
275
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cdn" -a "remove-labels" -d 'Remove labels from a resource'
|
|
277
276
|
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "list" -d 'List resources'
|
|
278
|
-
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "get" -d 'Get
|
|
279
|
-
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "create" -d 'Create
|
|
280
|
-
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "delete" -d 'Delete
|
|
281
|
-
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "replace" -d 'Replace
|
|
282
|
-
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "apply" -d 'Apply
|
|
283
|
-
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "status" -d '
|
|
284
|
-
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "patch" -d 'Patch
|
|
285
|
-
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "add-labels" -d 'Add
|
|
286
|
-
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "remove-labels" -d 'Remove
|
|
277
|
+
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "get" -d 'Get a specific resource'
|
|
278
|
+
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "create" -d 'Create a new resource'
|
|
279
|
+
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "delete" -d 'Delete a resource'
|
|
280
|
+
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "replace" -d 'Replace a resource'
|
|
281
|
+
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "apply" -d 'Apply configuration from file'
|
|
282
|
+
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "status" -d 'Get resource status'
|
|
283
|
+
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "patch" -d 'Patch a resource'
|
|
284
|
+
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "add-labels" -d 'Add labels to a resource'
|
|
285
|
+
complete -c xcsh -n "__fish_seen_subcommand_from ce_management" -a "remove-labels" -d 'Remove labels from a resource'
|
|
287
286
|
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "list" -d 'List resources'
|
|
288
|
-
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "get" -d 'Get
|
|
289
|
-
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "create" -d 'Create
|
|
290
|
-
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "delete" -d 'Delete
|
|
291
|
-
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "replace" -d 'Replace
|
|
292
|
-
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "apply" -d 'Apply
|
|
293
|
-
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "status" -d '
|
|
294
|
-
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "patch" -d 'Patch
|
|
295
|
-
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "add-labels" -d 'Add
|
|
296
|
-
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "remove-labels" -d 'Remove
|
|
287
|
+
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "get" -d 'Get a specific resource'
|
|
288
|
+
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "create" -d 'Create a new resource'
|
|
289
|
+
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "delete" -d 'Delete a resource'
|
|
290
|
+
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "replace" -d 'Replace a resource'
|
|
291
|
+
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "apply" -d 'Apply configuration from file'
|
|
292
|
+
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "status" -d 'Get resource status'
|
|
293
|
+
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "patch" -d 'Patch a resource'
|
|
294
|
+
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "add-labels" -d 'Add labels to a resource'
|
|
295
|
+
complete -c xcsh -n "__fish_seen_subcommand_from certificates" -a "remove-labels" -d 'Remove labels from a resource'
|
|
297
296
|
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "list" -d 'List resources'
|
|
298
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "get" -d 'Get
|
|
299
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "create" -d 'Create
|
|
300
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "delete" -d 'Delete
|
|
301
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "replace" -d 'Replace
|
|
302
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "apply" -d 'Apply
|
|
303
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "status" -d '
|
|
304
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "patch" -d 'Patch
|
|
305
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "add-labels" -d 'Add
|
|
306
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "remove-labels" -d 'Remove
|
|
307
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloudstatus" -a "list" -d 'List resources'
|
|
308
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloudstatus" -a "get" -d 'Get resources'
|
|
309
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloudstatus" -a "create" -d 'Create resources'
|
|
310
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloudstatus" -a "delete" -d 'Delete resources'
|
|
311
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloudstatus" -a "replace" -d 'Replace resources'
|
|
312
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloudstatus" -a "apply" -d 'Apply resources'
|
|
313
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloudstatus" -a "status" -d 'Status resources'
|
|
314
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloudstatus" -a "patch" -d 'Patch resources'
|
|
315
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloudstatus" -a "add-labels" -d 'Add-labels resources'
|
|
316
|
-
complete -c xcsh -n "__fish_seen_subcommand_from cloudstatus" -a "remove-labels" -d 'Remove-labels resources'
|
|
317
|
-
complete -c xcsh -n "__fish_seen_subcommand_from completion" -a "list" -d 'List resources'
|
|
318
|
-
complete -c xcsh -n "__fish_seen_subcommand_from completion" -a "get" -d 'Get resources'
|
|
319
|
-
complete -c xcsh -n "__fish_seen_subcommand_from completion" -a "create" -d 'Create resources'
|
|
320
|
-
complete -c xcsh -n "__fish_seen_subcommand_from completion" -a "delete" -d 'Delete resources'
|
|
321
|
-
complete -c xcsh -n "__fish_seen_subcommand_from completion" -a "replace" -d 'Replace resources'
|
|
322
|
-
complete -c xcsh -n "__fish_seen_subcommand_from completion" -a "apply" -d 'Apply resources'
|
|
323
|
-
complete -c xcsh -n "__fish_seen_subcommand_from completion" -a "status" -d 'Status resources'
|
|
324
|
-
complete -c xcsh -n "__fish_seen_subcommand_from completion" -a "patch" -d 'Patch resources'
|
|
325
|
-
complete -c xcsh -n "__fish_seen_subcommand_from completion" -a "add-labels" -d 'Add-labels resources'
|
|
326
|
-
complete -c xcsh -n "__fish_seen_subcommand_from completion" -a "remove-labels" -d 'Remove-labels resources'
|
|
297
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "get" -d 'Get a specific resource'
|
|
298
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "create" -d 'Create a new resource'
|
|
299
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "delete" -d 'Delete a resource'
|
|
300
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "replace" -d 'Replace a resource'
|
|
301
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "apply" -d 'Apply configuration from file'
|
|
302
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "status" -d 'Get resource status'
|
|
303
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "patch" -d 'Patch a resource'
|
|
304
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "add-labels" -d 'Add labels to a resource'
|
|
305
|
+
complete -c xcsh -n "__fish_seen_subcommand_from cloud_infrastructure" -a "remove-labels" -d 'Remove labels from a resource'
|
|
327
306
|
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "list" -d 'List resources'
|
|
328
|
-
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "get" -d 'Get
|
|
329
|
-
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "create" -d 'Create
|
|
330
|
-
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "delete" -d 'Delete
|
|
331
|
-
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "replace" -d 'Replace
|
|
332
|
-
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "apply" -d 'Apply
|
|
333
|
-
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "status" -d '
|
|
334
|
-
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "patch" -d 'Patch
|
|
335
|
-
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "add-labels" -d 'Add
|
|
336
|
-
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "remove-labels" -d 'Remove
|
|
307
|
+
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "get" -d 'Get a specific resource'
|
|
308
|
+
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "create" -d 'Create a new resource'
|
|
309
|
+
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "delete" -d 'Delete a resource'
|
|
310
|
+
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "replace" -d 'Replace a resource'
|
|
311
|
+
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "apply" -d 'Apply configuration from file'
|
|
312
|
+
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "status" -d 'Get resource status'
|
|
313
|
+
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "patch" -d 'Patch a resource'
|
|
314
|
+
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "add-labels" -d 'Add labels to a resource'
|
|
315
|
+
complete -c xcsh -n "__fish_seen_subcommand_from container_services" -a "remove-labels" -d 'Remove labels from a resource'
|
|
337
316
|
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "list" -d 'List resources'
|
|
338
|
-
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "get" -d 'Get
|
|
339
|
-
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "create" -d 'Create
|
|
340
|
-
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "delete" -d 'Delete
|
|
341
|
-
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "replace" -d 'Replace
|
|
342
|
-
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "apply" -d 'Apply
|
|
343
|
-
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "status" -d '
|
|
344
|
-
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "patch" -d 'Patch
|
|
345
|
-
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "add-labels" -d 'Add
|
|
346
|
-
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "remove-labels" -d 'Remove
|
|
317
|
+
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "get" -d 'Get a specific resource'
|
|
318
|
+
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "create" -d 'Create a new resource'
|
|
319
|
+
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "delete" -d 'Delete a resource'
|
|
320
|
+
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "replace" -d 'Replace a resource'
|
|
321
|
+
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "apply" -d 'Apply configuration from file'
|
|
322
|
+
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "status" -d 'Get resource status'
|
|
323
|
+
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "patch" -d 'Patch a resource'
|
|
324
|
+
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "add-labels" -d 'Add labels to a resource'
|
|
325
|
+
complete -c xcsh -n "__fish_seen_subcommand_from data_and_privacy_security" -a "remove-labels" -d 'Remove labels from a resource'
|
|
347
326
|
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "list" -d 'List resources'
|
|
348
|
-
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "get" -d 'Get
|
|
349
|
-
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "create" -d 'Create
|
|
350
|
-
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "delete" -d 'Delete
|
|
351
|
-
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "replace" -d 'Replace
|
|
352
|
-
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "apply" -d 'Apply
|
|
353
|
-
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "status" -d '
|
|
354
|
-
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "patch" -d 'Patch
|
|
355
|
-
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "add-labels" -d 'Add
|
|
356
|
-
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "remove-labels" -d 'Remove
|
|
327
|
+
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "get" -d 'Get a specific resource'
|
|
328
|
+
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "create" -d 'Create a new resource'
|
|
329
|
+
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "delete" -d 'Delete a resource'
|
|
330
|
+
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "replace" -d 'Replace a resource'
|
|
331
|
+
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "apply" -d 'Apply configuration from file'
|
|
332
|
+
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "status" -d 'Get resource status'
|
|
333
|
+
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "patch" -d 'Patch a resource'
|
|
334
|
+
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "add-labels" -d 'Add labels to a resource'
|
|
335
|
+
complete -c xcsh -n "__fish_seen_subcommand_from data_intelligence" -a "remove-labels" -d 'Remove labels from a resource'
|
|
357
336
|
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "list" -d 'List resources'
|
|
358
|
-
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "get" -d 'Get
|
|
359
|
-
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "create" -d 'Create
|
|
360
|
-
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "delete" -d 'Delete
|
|
361
|
-
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "replace" -d 'Replace
|
|
362
|
-
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "apply" -d 'Apply
|
|
363
|
-
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "status" -d '
|
|
364
|
-
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "patch" -d 'Patch
|
|
365
|
-
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "add-labels" -d 'Add
|
|
366
|
-
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "remove-labels" -d 'Remove
|
|
337
|
+
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "get" -d 'Get a specific resource'
|
|
338
|
+
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "create" -d 'Create a new resource'
|
|
339
|
+
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "delete" -d 'Delete a resource'
|
|
340
|
+
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "replace" -d 'Replace a resource'
|
|
341
|
+
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "apply" -d 'Apply configuration from file'
|
|
342
|
+
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "status" -d 'Get resource status'
|
|
343
|
+
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "patch" -d 'Patch a resource'
|
|
344
|
+
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "add-labels" -d 'Add labels to a resource'
|
|
345
|
+
complete -c xcsh -n "__fish_seen_subcommand_from ddos" -a "remove-labels" -d 'Remove labels from a resource'
|
|
367
346
|
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "list" -d 'List resources'
|
|
368
|
-
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "get" -d 'Get
|
|
369
|
-
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "create" -d 'Create
|
|
370
|
-
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "delete" -d 'Delete
|
|
371
|
-
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "replace" -d 'Replace
|
|
372
|
-
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "apply" -d 'Apply
|
|
373
|
-
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "status" -d '
|
|
374
|
-
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "patch" -d 'Patch
|
|
375
|
-
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "add-labels" -d 'Add
|
|
376
|
-
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "remove-labels" -d 'Remove
|
|
347
|
+
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "get" -d 'Get a specific resource'
|
|
348
|
+
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "create" -d 'Create a new resource'
|
|
349
|
+
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "delete" -d 'Delete a resource'
|
|
350
|
+
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "replace" -d 'Replace a resource'
|
|
351
|
+
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "apply" -d 'Apply configuration from file'
|
|
352
|
+
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "status" -d 'Get resource status'
|
|
353
|
+
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "patch" -d 'Patch a resource'
|
|
354
|
+
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "add-labels" -d 'Add labels to a resource'
|
|
355
|
+
complete -c xcsh -n "__fish_seen_subcommand_from dns" -a "remove-labels" -d 'Remove labels from a resource'
|
|
377
356
|
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "list" -d 'List resources'
|
|
378
|
-
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "get" -d 'Get
|
|
379
|
-
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "create" -d 'Create
|
|
380
|
-
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "delete" -d 'Delete
|
|
381
|
-
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "replace" -d 'Replace
|
|
382
|
-
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "apply" -d 'Apply
|
|
383
|
-
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "status" -d '
|
|
384
|
-
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "patch" -d 'Patch
|
|
385
|
-
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "add-labels" -d 'Add
|
|
386
|
-
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "remove-labels" -d 'Remove
|
|
387
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "list" -d 'List resources'
|
|
388
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "get" -d 'Get resources'
|
|
389
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "create" -d 'Create resources'
|
|
390
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "delete" -d 'Delete resources'
|
|
391
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "replace" -d 'Replace resources'
|
|
392
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "apply" -d 'Apply resources'
|
|
393
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "status" -d 'Status resources'
|
|
394
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "patch" -d 'Patch resources'
|
|
395
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "add-labels" -d 'Add-labels resources'
|
|
396
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "remove-labels" -d 'Remove-labels resources'
|
|
357
|
+
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "get" -d 'Get a specific resource'
|
|
358
|
+
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "create" -d 'Create a new resource'
|
|
359
|
+
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "delete" -d 'Delete a resource'
|
|
360
|
+
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "replace" -d 'Replace a resource'
|
|
361
|
+
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "apply" -d 'Apply configuration from file'
|
|
362
|
+
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "status" -d 'Get resource status'
|
|
363
|
+
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "patch" -d 'Patch a resource'
|
|
364
|
+
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "add-labels" -d 'Add labels to a resource'
|
|
365
|
+
complete -c xcsh -n "__fish_seen_subcommand_from generative_ai" -a "remove-labels" -d 'Remove labels from a resource'
|
|
397
366
|
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "list" -d 'List resources'
|
|
398
|
-
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "get" -d 'Get
|
|
399
|
-
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "create" -d 'Create
|
|
400
|
-
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "delete" -d 'Delete
|
|
401
|
-
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "replace" -d 'Replace
|
|
402
|
-
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "apply" -d 'Apply
|
|
403
|
-
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "status" -d '
|
|
404
|
-
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "patch" -d 'Patch
|
|
405
|
-
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "add-labels" -d 'Add
|
|
406
|
-
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "remove-labels" -d 'Remove
|
|
367
|
+
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "get" -d 'Get a specific resource'
|
|
368
|
+
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "create" -d 'Create a new resource'
|
|
369
|
+
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "delete" -d 'Delete a resource'
|
|
370
|
+
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "replace" -d 'Replace a resource'
|
|
371
|
+
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "apply" -d 'Apply configuration from file'
|
|
372
|
+
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "status" -d 'Get resource status'
|
|
373
|
+
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "patch" -d 'Patch a resource'
|
|
374
|
+
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "add-labels" -d 'Add labels to a resource'
|
|
375
|
+
complete -c xcsh -n "__fish_seen_subcommand_from managed_kubernetes" -a "remove-labels" -d 'Remove labels from a resource'
|
|
407
376
|
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "list" -d 'List resources'
|
|
408
|
-
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "get" -d 'Get
|
|
409
|
-
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "create" -d 'Create
|
|
410
|
-
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "delete" -d 'Delete
|
|
411
|
-
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "replace" -d 'Replace
|
|
412
|
-
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "apply" -d 'Apply
|
|
413
|
-
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "status" -d '
|
|
414
|
-
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "patch" -d 'Patch
|
|
415
|
-
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "add-labels" -d 'Add
|
|
416
|
-
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "remove-labels" -d 'Remove
|
|
377
|
+
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "get" -d 'Get a specific resource'
|
|
378
|
+
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "create" -d 'Create a new resource'
|
|
379
|
+
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "delete" -d 'Delete a resource'
|
|
380
|
+
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "replace" -d 'Replace a resource'
|
|
381
|
+
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "apply" -d 'Apply configuration from file'
|
|
382
|
+
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "status" -d 'Get resource status'
|
|
383
|
+
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "patch" -d 'Patch a resource'
|
|
384
|
+
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "add-labels" -d 'Add labels to a resource'
|
|
385
|
+
complete -c xcsh -n "__fish_seen_subcommand_from marketplace" -a "remove-labels" -d 'Remove labels from a resource'
|
|
417
386
|
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "list" -d 'List resources'
|
|
418
|
-
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "get" -d 'Get
|
|
419
|
-
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "create" -d 'Create
|
|
420
|
-
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "delete" -d 'Delete
|
|
421
|
-
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "replace" -d 'Replace
|
|
422
|
-
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "apply" -d 'Apply
|
|
423
|
-
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "status" -d '
|
|
424
|
-
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "patch" -d 'Patch
|
|
425
|
-
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "add-labels" -d 'Add
|
|
426
|
-
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "remove-labels" -d 'Remove
|
|
387
|
+
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "get" -d 'Get a specific resource'
|
|
388
|
+
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "create" -d 'Create a new resource'
|
|
389
|
+
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "delete" -d 'Delete a resource'
|
|
390
|
+
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "replace" -d 'Replace a resource'
|
|
391
|
+
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "apply" -d 'Apply configuration from file'
|
|
392
|
+
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "status" -d 'Get resource status'
|
|
393
|
+
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "patch" -d 'Patch a resource'
|
|
394
|
+
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "add-labels" -d 'Add labels to a resource'
|
|
395
|
+
complete -c xcsh -n "__fish_seen_subcommand_from network" -a "remove-labels" -d 'Remove labels from a resource'
|
|
427
396
|
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "list" -d 'List resources'
|
|
428
|
-
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "get" -d 'Get
|
|
429
|
-
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "create" -d 'Create
|
|
430
|
-
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "delete" -d 'Delete
|
|
431
|
-
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "replace" -d 'Replace
|
|
432
|
-
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "apply" -d 'Apply
|
|
433
|
-
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "status" -d '
|
|
434
|
-
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "patch" -d 'Patch
|
|
435
|
-
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "add-labels" -d 'Add
|
|
436
|
-
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "remove-labels" -d 'Remove
|
|
397
|
+
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "get" -d 'Get a specific resource'
|
|
398
|
+
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "create" -d 'Create a new resource'
|
|
399
|
+
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "delete" -d 'Delete a resource'
|
|
400
|
+
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "replace" -d 'Replace a resource'
|
|
401
|
+
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "apply" -d 'Apply configuration from file'
|
|
402
|
+
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "status" -d 'Get resource status'
|
|
403
|
+
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "patch" -d 'Patch a resource'
|
|
404
|
+
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "add-labels" -d 'Add labels to a resource'
|
|
405
|
+
complete -c xcsh -n "__fish_seen_subcommand_from network_security" -a "remove-labels" -d 'Remove labels from a resource'
|
|
437
406
|
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "list" -d 'List resources'
|
|
438
|
-
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "get" -d 'Get
|
|
439
|
-
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "create" -d 'Create
|
|
440
|
-
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "delete" -d 'Delete
|
|
441
|
-
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "replace" -d 'Replace
|
|
442
|
-
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "apply" -d 'Apply
|
|
443
|
-
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "status" -d '
|
|
444
|
-
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "patch" -d 'Patch
|
|
445
|
-
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "add-labels" -d 'Add
|
|
446
|
-
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "remove-labels" -d 'Remove
|
|
407
|
+
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "get" -d 'Get a specific resource'
|
|
408
|
+
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "create" -d 'Create a new resource'
|
|
409
|
+
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "delete" -d 'Delete a resource'
|
|
410
|
+
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "replace" -d 'Replace a resource'
|
|
411
|
+
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "apply" -d 'Apply configuration from file'
|
|
412
|
+
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "status" -d 'Get resource status'
|
|
413
|
+
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "patch" -d 'Patch a resource'
|
|
414
|
+
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "add-labels" -d 'Add labels to a resource'
|
|
415
|
+
complete -c xcsh -n "__fish_seen_subcommand_from nginx_one" -a "remove-labels" -d 'Remove labels from a resource'
|
|
447
416
|
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "list" -d 'List resources'
|
|
448
|
-
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "get" -d 'Get
|
|
449
|
-
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "create" -d 'Create
|
|
450
|
-
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "delete" -d 'Delete
|
|
451
|
-
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "replace" -d 'Replace
|
|
452
|
-
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "apply" -d 'Apply
|
|
453
|
-
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "status" -d '
|
|
454
|
-
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "patch" -d 'Patch
|
|
455
|
-
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "add-labels" -d 'Add
|
|
456
|
-
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "remove-labels" -d 'Remove
|
|
417
|
+
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "get" -d 'Get a specific resource'
|
|
418
|
+
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "create" -d 'Create a new resource'
|
|
419
|
+
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "delete" -d 'Delete a resource'
|
|
420
|
+
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "replace" -d 'Replace a resource'
|
|
421
|
+
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "apply" -d 'Apply configuration from file'
|
|
422
|
+
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "status" -d 'Get resource status'
|
|
423
|
+
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "patch" -d 'Patch a resource'
|
|
424
|
+
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "add-labels" -d 'Add labels to a resource'
|
|
425
|
+
complete -c xcsh -n "__fish_seen_subcommand_from object_storage" -a "remove-labels" -d 'Remove labels from a resource'
|
|
457
426
|
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "list" -d 'List resources'
|
|
458
|
-
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "get" -d 'Get
|
|
459
|
-
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "create" -d 'Create
|
|
460
|
-
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "delete" -d 'Delete
|
|
461
|
-
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "replace" -d 'Replace
|
|
462
|
-
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "apply" -d 'Apply
|
|
463
|
-
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "status" -d '
|
|
464
|
-
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "patch" -d 'Patch
|
|
465
|
-
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "add-labels" -d 'Add
|
|
466
|
-
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "remove-labels" -d 'Remove
|
|
427
|
+
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "get" -d 'Get a specific resource'
|
|
428
|
+
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "create" -d 'Create a new resource'
|
|
429
|
+
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "delete" -d 'Delete a resource'
|
|
430
|
+
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "replace" -d 'Replace a resource'
|
|
431
|
+
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "apply" -d 'Apply configuration from file'
|
|
432
|
+
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "status" -d 'Get resource status'
|
|
433
|
+
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "patch" -d 'Patch a resource'
|
|
434
|
+
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "add-labels" -d 'Add labels to a resource'
|
|
435
|
+
complete -c xcsh -n "__fish_seen_subcommand_from observability" -a "remove-labels" -d 'Remove labels from a resource'
|
|
467
436
|
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "list" -d 'List resources'
|
|
468
|
-
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "get" -d 'Get
|
|
469
|
-
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "create" -d 'Create
|
|
470
|
-
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "delete" -d 'Delete
|
|
471
|
-
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "replace" -d 'Replace
|
|
472
|
-
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "apply" -d 'Apply
|
|
473
|
-
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "status" -d '
|
|
474
|
-
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "patch" -d 'Patch
|
|
475
|
-
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "add-labels" -d 'Add
|
|
476
|
-
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "remove-labels" -d 'Remove
|
|
437
|
+
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "get" -d 'Get a specific resource'
|
|
438
|
+
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "create" -d 'Create a new resource'
|
|
439
|
+
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "delete" -d 'Delete a resource'
|
|
440
|
+
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "replace" -d 'Replace a resource'
|
|
441
|
+
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "apply" -d 'Apply configuration from file'
|
|
442
|
+
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "status" -d 'Get resource status'
|
|
443
|
+
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "patch" -d 'Patch a resource'
|
|
444
|
+
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "add-labels" -d 'Add labels to a resource'
|
|
445
|
+
complete -c xcsh -n "__fish_seen_subcommand_from rate_limiting" -a "remove-labels" -d 'Remove labels from a resource'
|
|
477
446
|
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "list" -d 'List resources'
|
|
478
|
-
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "get" -d 'Get
|
|
479
|
-
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "create" -d 'Create
|
|
480
|
-
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "delete" -d 'Delete
|
|
481
|
-
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "replace" -d 'Replace
|
|
482
|
-
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "apply" -d 'Apply
|
|
483
|
-
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "status" -d '
|
|
484
|
-
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "patch" -d 'Patch
|
|
485
|
-
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "add-labels" -d 'Add
|
|
486
|
-
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "remove-labels" -d 'Remove
|
|
447
|
+
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "get" -d 'Get a specific resource'
|
|
448
|
+
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "create" -d 'Create a new resource'
|
|
449
|
+
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "delete" -d 'Delete a resource'
|
|
450
|
+
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "replace" -d 'Replace a resource'
|
|
451
|
+
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "apply" -d 'Apply configuration from file'
|
|
452
|
+
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "status" -d 'Get resource status'
|
|
453
|
+
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "patch" -d 'Patch a resource'
|
|
454
|
+
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "add-labels" -d 'Add labels to a resource'
|
|
455
|
+
complete -c xcsh -n "__fish_seen_subcommand_from secops_and_incident_response" -a "remove-labels" -d 'Remove labels from a resource'
|
|
487
456
|
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "list" -d 'List resources'
|
|
488
|
-
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "get" -d 'Get
|
|
489
|
-
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "create" -d 'Create
|
|
490
|
-
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "delete" -d 'Delete
|
|
491
|
-
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "replace" -d 'Replace
|
|
492
|
-
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "apply" -d 'Apply
|
|
493
|
-
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "status" -d '
|
|
494
|
-
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "patch" -d 'Patch
|
|
495
|
-
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "add-labels" -d 'Add
|
|
496
|
-
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "remove-labels" -d 'Remove
|
|
457
|
+
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "get" -d 'Get a specific resource'
|
|
458
|
+
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "create" -d 'Create a new resource'
|
|
459
|
+
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "delete" -d 'Delete a resource'
|
|
460
|
+
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "replace" -d 'Replace a resource'
|
|
461
|
+
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "apply" -d 'Apply configuration from file'
|
|
462
|
+
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "status" -d 'Get resource status'
|
|
463
|
+
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "patch" -d 'Patch a resource'
|
|
464
|
+
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "add-labels" -d 'Add labels to a resource'
|
|
465
|
+
complete -c xcsh -n "__fish_seen_subcommand_from service_mesh" -a "remove-labels" -d 'Remove labels from a resource'
|
|
497
466
|
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "list" -d 'List resources'
|
|
498
|
-
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "get" -d 'Get
|
|
499
|
-
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "create" -d 'Create
|
|
500
|
-
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "delete" -d 'Delete
|
|
501
|
-
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "replace" -d 'Replace
|
|
502
|
-
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "apply" -d 'Apply
|
|
503
|
-
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "status" -d '
|
|
504
|
-
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "patch" -d 'Patch
|
|
505
|
-
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "add-labels" -d 'Add
|
|
506
|
-
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "remove-labels" -d 'Remove
|
|
467
|
+
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "get" -d 'Get a specific resource'
|
|
468
|
+
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "create" -d 'Create a new resource'
|
|
469
|
+
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "delete" -d 'Delete a resource'
|
|
470
|
+
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "replace" -d 'Replace a resource'
|
|
471
|
+
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "apply" -d 'Apply configuration from file'
|
|
472
|
+
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "status" -d 'Get resource status'
|
|
473
|
+
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "patch" -d 'Patch a resource'
|
|
474
|
+
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "add-labels" -d 'Add labels to a resource'
|
|
475
|
+
complete -c xcsh -n "__fish_seen_subcommand_from shape" -a "remove-labels" -d 'Remove labels from a resource'
|
|
507
476
|
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "list" -d 'List resources'
|
|
508
|
-
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "get" -d 'Get
|
|
509
|
-
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "create" -d 'Create
|
|
510
|
-
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "delete" -d 'Delete
|
|
511
|
-
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "replace" -d 'Replace
|
|
512
|
-
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "apply" -d 'Apply
|
|
513
|
-
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "status" -d '
|
|
514
|
-
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "patch" -d 'Patch
|
|
515
|
-
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "add-labels" -d 'Add
|
|
516
|
-
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "remove-labels" -d 'Remove
|
|
477
|
+
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "get" -d 'Get a specific resource'
|
|
478
|
+
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "create" -d 'Create a new resource'
|
|
479
|
+
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "delete" -d 'Delete a resource'
|
|
480
|
+
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "replace" -d 'Replace a resource'
|
|
481
|
+
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "apply" -d 'Apply configuration from file'
|
|
482
|
+
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "status" -d 'Get resource status'
|
|
483
|
+
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "patch" -d 'Patch a resource'
|
|
484
|
+
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "add-labels" -d 'Add labels to a resource'
|
|
485
|
+
complete -c xcsh -n "__fish_seen_subcommand_from sites" -a "remove-labels" -d 'Remove labels from a resource'
|
|
517
486
|
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "list" -d 'List resources'
|
|
518
|
-
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "get" -d 'Get
|
|
519
|
-
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "create" -d 'Create
|
|
520
|
-
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "delete" -d 'Delete
|
|
521
|
-
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "replace" -d 'Replace
|
|
522
|
-
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "apply" -d 'Apply
|
|
523
|
-
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "status" -d '
|
|
524
|
-
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "patch" -d 'Patch
|
|
525
|
-
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "add-labels" -d 'Add
|
|
526
|
-
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "remove-labels" -d 'Remove
|
|
527
|
-
complete -c xcsh -n "__fish_seen_subcommand_from subscription" -a "list" -d 'List resources'
|
|
528
|
-
complete -c xcsh -n "__fish_seen_subcommand_from subscription" -a "get" -d 'Get resources'
|
|
529
|
-
complete -c xcsh -n "__fish_seen_subcommand_from subscription" -a "create" -d 'Create resources'
|
|
530
|
-
complete -c xcsh -n "__fish_seen_subcommand_from subscription" -a "delete" -d 'Delete resources'
|
|
531
|
-
complete -c xcsh -n "__fish_seen_subcommand_from subscription" -a "replace" -d 'Replace resources'
|
|
532
|
-
complete -c xcsh -n "__fish_seen_subcommand_from subscription" -a "apply" -d 'Apply resources'
|
|
533
|
-
complete -c xcsh -n "__fish_seen_subcommand_from subscription" -a "status" -d 'Status resources'
|
|
534
|
-
complete -c xcsh -n "__fish_seen_subcommand_from subscription" -a "patch" -d 'Patch resources'
|
|
535
|
-
complete -c xcsh -n "__fish_seen_subcommand_from subscription" -a "add-labels" -d 'Add-labels resources'
|
|
536
|
-
complete -c xcsh -n "__fish_seen_subcommand_from subscription" -a "remove-labels" -d 'Remove-labels resources'
|
|
487
|
+
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "get" -d 'Get a specific resource'
|
|
488
|
+
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "create" -d 'Create a new resource'
|
|
489
|
+
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "delete" -d 'Delete a resource'
|
|
490
|
+
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "replace" -d 'Replace a resource'
|
|
491
|
+
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "apply" -d 'Apply configuration from file'
|
|
492
|
+
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "status" -d 'Get resource status'
|
|
493
|
+
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "patch" -d 'Patch a resource'
|
|
494
|
+
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "add-labels" -d 'Add labels to a resource'
|
|
495
|
+
complete -c xcsh -n "__fish_seen_subcommand_from statistics" -a "remove-labels" -d 'Remove labels from a resource'
|
|
537
496
|
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "list" -d 'List resources'
|
|
538
|
-
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "get" -d 'Get
|
|
539
|
-
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "create" -d 'Create
|
|
540
|
-
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "delete" -d 'Delete
|
|
541
|
-
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "replace" -d 'Replace
|
|
542
|
-
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "apply" -d 'Apply
|
|
543
|
-
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "status" -d '
|
|
544
|
-
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "patch" -d 'Patch
|
|
545
|
-
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "add-labels" -d 'Add
|
|
546
|
-
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "remove-labels" -d 'Remove
|
|
497
|
+
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "get" -d 'Get a specific resource'
|
|
498
|
+
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "create" -d 'Create a new resource'
|
|
499
|
+
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "delete" -d 'Delete a resource'
|
|
500
|
+
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "replace" -d 'Replace a resource'
|
|
501
|
+
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "apply" -d 'Apply configuration from file'
|
|
502
|
+
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "status" -d 'Get resource status'
|
|
503
|
+
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "patch" -d 'Patch a resource'
|
|
504
|
+
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "add-labels" -d 'Add labels to a resource'
|
|
505
|
+
complete -c xcsh -n "__fish_seen_subcommand_from support" -a "remove-labels" -d 'Remove labels from a resource'
|
|
547
506
|
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "list" -d 'List resources'
|
|
548
|
-
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "get" -d 'Get
|
|
549
|
-
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "create" -d 'Create
|
|
550
|
-
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "delete" -d 'Delete
|
|
551
|
-
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "replace" -d 'Replace
|
|
552
|
-
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "apply" -d 'Apply
|
|
553
|
-
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "status" -d '
|
|
554
|
-
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "patch" -d 'Patch
|
|
555
|
-
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "add-labels" -d 'Add
|
|
556
|
-
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "remove-labels" -d 'Remove
|
|
507
|
+
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "get" -d 'Get a specific resource'
|
|
508
|
+
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "create" -d 'Create a new resource'
|
|
509
|
+
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "delete" -d 'Delete a resource'
|
|
510
|
+
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "replace" -d 'Replace a resource'
|
|
511
|
+
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "apply" -d 'Apply configuration from file'
|
|
512
|
+
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "status" -d 'Get resource status'
|
|
513
|
+
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "patch" -d 'Patch a resource'
|
|
514
|
+
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "add-labels" -d 'Add labels to a resource'
|
|
515
|
+
complete -c xcsh -n "__fish_seen_subcommand_from telemetry_and_insights" -a "remove-labels" -d 'Remove labels from a resource'
|
|
557
516
|
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "list" -d 'List resources'
|
|
558
|
-
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "get" -d 'Get
|
|
559
|
-
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "create" -d 'Create
|
|
560
|
-
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "delete" -d 'Delete
|
|
561
|
-
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "replace" -d 'Replace
|
|
562
|
-
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "apply" -d 'Apply
|
|
563
|
-
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "status" -d '
|
|
564
|
-
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "patch" -d 'Patch
|
|
565
|
-
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "add-labels" -d 'Add
|
|
566
|
-
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "remove-labels" -d 'Remove
|
|
517
|
+
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "get" -d 'Get a specific resource'
|
|
518
|
+
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "create" -d 'Create a new resource'
|
|
519
|
+
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "delete" -d 'Delete a resource'
|
|
520
|
+
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "replace" -d 'Replace a resource'
|
|
521
|
+
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "apply" -d 'Apply configuration from file'
|
|
522
|
+
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "status" -d 'Get resource status'
|
|
523
|
+
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "patch" -d 'Patch a resource'
|
|
524
|
+
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "add-labels" -d 'Add labels to a resource'
|
|
525
|
+
complete -c xcsh -n "__fish_seen_subcommand_from tenant_and_identity" -a "remove-labels" -d 'Remove labels from a resource'
|
|
567
526
|
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "list" -d 'List resources'
|
|
568
|
-
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "get" -d 'Get
|
|
569
|
-
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "create" -d 'Create
|
|
570
|
-
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "delete" -d 'Delete
|
|
571
|
-
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "replace" -d 'Replace
|
|
572
|
-
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "apply" -d 'Apply
|
|
573
|
-
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "status" -d '
|
|
574
|
-
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "patch" -d 'Patch
|
|
575
|
-
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "add-labels" -d 'Add
|
|
576
|
-
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "remove-labels" -d 'Remove
|
|
527
|
+
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "get" -d 'Get a specific resource'
|
|
528
|
+
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "create" -d 'Create a new resource'
|
|
529
|
+
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "delete" -d 'Delete a resource'
|
|
530
|
+
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "replace" -d 'Replace a resource'
|
|
531
|
+
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "apply" -d 'Apply configuration from file'
|
|
532
|
+
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "status" -d 'Get resource status'
|
|
533
|
+
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "patch" -d 'Patch a resource'
|
|
534
|
+
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "add-labels" -d 'Add labels to a resource'
|
|
535
|
+
complete -c xcsh -n "__fish_seen_subcommand_from threat_campaign" -a "remove-labels" -d 'Remove labels from a resource'
|
|
577
536
|
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "list" -d 'List resources'
|
|
578
|
-
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "get" -d 'Get
|
|
579
|
-
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "create" -d 'Create
|
|
580
|
-
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "delete" -d 'Delete
|
|
581
|
-
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "replace" -d 'Replace
|
|
582
|
-
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "apply" -d 'Apply
|
|
583
|
-
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "status" -d '
|
|
584
|
-
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "patch" -d 'Patch
|
|
585
|
-
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "add-labels" -d 'Add
|
|
586
|
-
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "remove-labels" -d 'Remove
|
|
537
|
+
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "get" -d 'Get a specific resource'
|
|
538
|
+
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "create" -d 'Create a new resource'
|
|
539
|
+
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "delete" -d 'Delete a resource'
|
|
540
|
+
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "replace" -d 'Replace a resource'
|
|
541
|
+
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "apply" -d 'Apply configuration from file'
|
|
542
|
+
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "status" -d 'Get resource status'
|
|
543
|
+
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "patch" -d 'Patch a resource'
|
|
544
|
+
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "add-labels" -d 'Add labels to a resource'
|
|
545
|
+
complete -c xcsh -n "__fish_seen_subcommand_from users" -a "remove-labels" -d 'Remove labels from a resource'
|
|
587
546
|
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "list" -d 'List resources'
|
|
588
|
-
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "get" -d 'Get
|
|
589
|
-
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "create" -d 'Create
|
|
590
|
-
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "delete" -d 'Delete
|
|
591
|
-
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "replace" -d 'Replace
|
|
592
|
-
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "apply" -d 'Apply
|
|
593
|
-
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "status" -d '
|
|
594
|
-
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "patch" -d 'Patch
|
|
595
|
-
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "add-labels" -d 'Add
|
|
596
|
-
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "remove-labels" -d 'Remove
|
|
547
|
+
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "get" -d 'Get a specific resource'
|
|
548
|
+
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "create" -d 'Create a new resource'
|
|
549
|
+
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "delete" -d 'Delete a resource'
|
|
550
|
+
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "replace" -d 'Replace a resource'
|
|
551
|
+
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "apply" -d 'Apply configuration from file'
|
|
552
|
+
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "status" -d 'Get resource status'
|
|
553
|
+
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "patch" -d 'Patch a resource'
|
|
554
|
+
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "add-labels" -d 'Add labels to a resource'
|
|
555
|
+
complete -c xcsh -n "__fish_seen_subcommand_from virtual" -a "remove-labels" -d 'Remove labels from a resource'
|
|
597
556
|
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "list" -d 'List resources'
|
|
598
|
-
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "get" -d 'Get
|
|
599
|
-
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "create" -d 'Create
|
|
600
|
-
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "delete" -d 'Delete
|
|
601
|
-
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "replace" -d 'Replace
|
|
602
|
-
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "apply" -d 'Apply
|
|
603
|
-
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "status" -d '
|
|
604
|
-
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "patch" -d 'Patch
|
|
605
|
-
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "add-labels" -d 'Add
|
|
606
|
-
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "remove-labels" -d 'Remove
|
|
557
|
+
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "get" -d 'Get a specific resource'
|
|
558
|
+
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "create" -d 'Create a new resource'
|
|
559
|
+
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "delete" -d 'Delete a resource'
|
|
560
|
+
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "replace" -d 'Replace a resource'
|
|
561
|
+
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "apply" -d 'Apply configuration from file'
|
|
562
|
+
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "status" -d 'Get resource status'
|
|
563
|
+
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "patch" -d 'Patch a resource'
|
|
564
|
+
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "add-labels" -d 'Add labels to a resource'
|
|
565
|
+
complete -c xcsh -n "__fish_seen_subcommand_from vpm_and_node_management" -a "remove-labels" -d 'Remove labels from a resource'
|
|
607
566
|
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "list" -d 'List resources'
|
|
608
|
-
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "get" -d 'Get
|
|
609
|
-
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "create" -d 'Create
|
|
610
|
-
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "delete" -d 'Delete
|
|
611
|
-
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "replace" -d 'Replace
|
|
612
|
-
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "apply" -d 'Apply
|
|
613
|
-
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "status" -d '
|
|
614
|
-
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "patch" -d 'Patch
|
|
615
|
-
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "add-labels" -d 'Add
|
|
616
|
-
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "remove-labels" -d 'Remove
|
|
567
|
+
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "get" -d 'Get a specific resource'
|
|
568
|
+
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "create" -d 'Create a new resource'
|
|
569
|
+
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "delete" -d 'Delete a resource'
|
|
570
|
+
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "replace" -d 'Replace a resource'
|
|
571
|
+
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "apply" -d 'Apply configuration from file'
|
|
572
|
+
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "status" -d 'Get resource status'
|
|
573
|
+
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "patch" -d 'Patch a resource'
|
|
574
|
+
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "add-labels" -d 'Add labels to a resource'
|
|
575
|
+
complete -c xcsh -n "__fish_seen_subcommand_from waf" -a "remove-labels" -d 'Remove labels from a resource'
|
|
617
576
|
|
|
618
577
|
# Action-specific flags
|
|
619
578
|
complete -c xcsh -l name -s n -d 'Resource name'
|