@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 CHANGED
@@ -26,46 +26,45 @@ _xcsh() {
26
26
  (domain)
27
27
  local -a domains builtins
28
28
  domains=(
29
- 'admin_console_and_ui:Static UI component and console asset management'
30
- 'api:API discovery, security testing, and credential management'
29
+ 'admin_console_and_ui:Manage static UI assets for admin console'
30
+ 'api:Discover, catalog, and test service interfaces'
31
31
  'authentication:Authentication API'
32
- 'bigip:BigIP appliance management, iRules, and data groups'
33
- 'billing_and_usage:Subscription billing, payment methods, and usage tracking'
34
- 'blindfold:Secret encryption and policy-based data protection'
35
- 'bot_and_threat_defense:Bot detection, threat categorization, and defense management'
36
- 'cdn:Configure content delivery and caching rules'
37
- 'ce_management:Customer Edge site lifecycle and network configuration'
38
- 'certificates:SSL/TLS certificate and trusted CA management'
39
- 'cloud_infrastructure:Multi-cloud provider connectivity and credential management'
32
+ 'bigip:Manage iRules, data groups, and virtual servers'
33
+ 'billing_and_usage:Manage subscription plans and payment methods'
34
+ 'blindfold:Manage secret encryption and policy rules'
35
+ 'bot_and_threat_defense:Configure bot protection and threat categories'
36
+ 'cdn:Configure caching rules and load balancers'
37
+ 'ce_management:Manage Customer Edge sites and network interfaces'
38
+ 'certificates:Manage SSL/TLS certificate chains and trusted CAs'
39
+ 'cloud_infrastructure:Connect and manage multi-cloud providers'
40
40
  'cloudstatus:F5 XC service status and incidents'
41
41
  'completion:Shell completion script generation'
42
- 'container_services:Edge container workloads and virtual Kubernetes management'
43
- 'data_and_privacy_security:Sensitive data detection, classification, and privacy...'
42
+ 'container_services:Deploy containerized workloads across sites'
43
+ 'data_and_privacy_security:Configure sensitive data detection and privacy policies'
44
44
  'data_intelligence:Data Intelligence API'
45
- 'ddos:DDoS protection and infrastructure security policies'
46
- 'dns:Manage zones, records, and resolution policies'
47
- 'generative_ai:AI-powered features, assistants, and data collection'
45
+ 'ddos:Configure blocking policies and tunnel protection'
46
+ 'dns:Manage zones, records, and load balancing'
47
+ 'generative_ai:Access AI assistant queries and feedback'
48
48
  'login:Authentication and session management'
49
- 'managed_kubernetes:Kubernetes RBAC, pod security, and container registries'
50
- 'marketplace:Third-party integrations, add-ons, and extensions'
51
- 'network:BGP routing, IPsec tunnels, and network connectivity'
52
- 'network_security:Network firewall, NAT, ACL, and policy-based routing'
53
- 'nginx_one:NGINX One platform integration and instance management'
54
- 'object_storage:Object storage for mobile SDK artifacts and integrations'
55
- 'observability:Synthetic monitoring, health checks, and observability...'
56
- 'rate_limiting:Traffic rate limiting, policers, and throttling controls'
57
- 'secops_and_incident_response:Malicious user detection and automated threat mitigation'
58
- 'service_mesh:Service mesh connectivity, discovery, and NFV management'
59
- 'shape:Bot defense and threat prevention with Shape Security'
60
- 'sites:Multi-cloud site deployment and edge infrastructure'
61
- 'statistics:Flow statistics, alerts, logs, and operational analytics'
62
- 'subscription:xcsh-specific subscription management commands (overview, quota analysis, validation)'
63
- 'support:Customer support ticket lifecycle and site diagnostics'
49
+ 'managed_kubernetes:Configure Kubernetes RBAC and pod security policies'
50
+ 'marketplace:Manage third-party integrations and add-ons'
51
+ 'network:Configure BGP routing, tunnels, and connectivity'
52
+ 'network_security:Configure firewalls, NAT, and routing policies'
53
+ 'nginx_one:Configure NGINX proxy instances and deployments'
54
+ 'object_storage:Manage stored objects and bucket versioning'
55
+ 'observability:Configure synthetic monitors and health checks'
56
+ 'rate_limiting:Configure traffic throttling and policer rules'
57
+ 'secops_and_incident_response:Configure automated threat mitigation rules'
58
+ 'service_mesh:Configure application types and discovery'
59
+ 'shape:Configure bot defense and threat prevention'
60
+ 'sites:Deploy and manage edge infrastructure'
61
+ 'statistics:Monitor alerts, logs, and flow analytics'
62
+ 'support:Create and track customer tickets'
64
63
  'telemetry_and_insights:Telemetry And Insights API'
65
- 'tenant_and_identity:User settings, notifications, sessions, and identity...'
64
+ 'tenant_and_identity:Manage user profiles and session controls'
66
65
  'threat_campaign:Threat Campaign API'
67
- 'users:User accounts, tokens, and label management'
68
- 'virtual:Configure HTTP and TCP load balancers'
66
+ 'users:Manage account tokens and label settings'
67
+ 'virtual:Configure load balancers and origin pools'
69
68
  'vpm_and_node_management:Vpm And Node Management API'
70
69
  'waf:Configure application firewall rules and bot protection'
71
70
  'console-ui:Alias for admin_console_and_ui'
@@ -188,14 +187,14 @@ _xcsh() {
188
187
  ;;
189
188
  (action)
190
189
  case ${line[1]} in
191
- (login)
192
- _values 'command' 'banner:Command' 'profile:Subcommand group' 'context:Subcommand group'
193
- ;;
194
190
  (cloudstatus)
195
- _values 'command' 'status:Command' 'summary:Command' 'components:Command' 'incidents:Command' 'maintenance:Command'
191
+ _values 'command' 'status:Get overall cloud status indicator' 'summary:Get complete status summary' 'components:List all components and status' 'incidents:List active and recent incidents' 'maintenance:List scheduled maintenance windows'
196
192
  ;;
197
193
  (completion)
198
- _values 'command' 'bash:Command' 'zsh:Command' 'fish:Command'
194
+ _values 'command' 'bash:Generate bash completion script' 'zsh:Generate zsh completion script' 'fish:Generate fish completion script'
195
+ ;;
196
+ (login)
197
+ _values 'command' 'banner:Display xcsh banner with logo' 'profile:Manage saved connection profiles' 'context:Manage default namespace context'
199
198
  ;;
200
199
  (help|quit|exit|clear|history|context|ctx)
201
200
  ;;
@@ -6,7 +6,7 @@ _xcsh_completions() {
6
6
  local cur prev words cword
7
7
  _init_completion || return
8
8
 
9
- local commands="admin_console_and_ui api authentication bigip billing_and_usage blindfold bot_and_threat_defense cdn ce_management certificates cloud_infrastructure cloudstatus completion container_services data_and_privacy_security data_intelligence ddos dns generative_ai login managed_kubernetes marketplace network network_security nginx_one object_storage observability rate_limiting secops_and_incident_response service_mesh shape sites statistics subscription support telemetry_and_insights tenant_and_identity threat_campaign users virtual vpm_and_node_management waf console-ui ui-assets static-components apisec api-discovery authn oidc sso f5-bigip irule ltm billing-usage quotas usage-tracking bf encrypt secrets threat-defense tpm shape-bot cache content ce-mgmt edge-management ce-lifecycle cert certs ssl tls cloud infra provider vk8s containers workloads data-privacy pii sensitive-data lma di intelligence insights dos ddos-protect dns-zone zones ai genai assistant mk8s appstack k8s-mgmt market addons extensions net routing bgp netsec nfw nginx nms nginx-plus storage s3 buckets obs monitoring synth ratelimit throttle policer secops incident-response mitigation mesh svc-mesh shape-sec safeap site deployment stats metrics logs tickets help-desk telemetry ti tenant-identity idm user-settings threats campaigns threat-intel user accounts iam lb loadbalancer vhost vpm nodes node-mgmt firewall appfw help quit exit clear history"
9
+ local commands="admin_console_and_ui api authentication bigip billing_and_usage blindfold bot_and_threat_defense cdn ce_management certificates cloud_infrastructure cloudstatus completion container_services data_and_privacy_security data_intelligence ddos dns generative_ai login managed_kubernetes marketplace network network_security nginx_one object_storage observability rate_limiting secops_and_incident_response service_mesh shape sites statistics support telemetry_and_insights tenant_and_identity threat_campaign users virtual vpm_and_node_management waf console-ui ui-assets static-components apisec api-discovery authn oidc sso f5-bigip irule ltm billing-usage quotas usage-tracking bf encrypt secrets threat-defense tpm shape-bot cache content ce-mgmt edge-management ce-lifecycle cert certs ssl tls cloud infra provider vk8s containers workloads data-privacy pii sensitive-data lma di intelligence insights dos ddos-protect dns-zone zones ai genai assistant mk8s appstack k8s-mgmt market addons extensions net routing bgp netsec nfw nginx nms nginx-plus storage s3 buckets obs monitoring synth ratelimit throttle policer secops incident-response mitigation mesh svc-mesh shape-sec safeap site deployment stats metrics logs tickets help-desk telemetry ti tenant-identity idm user-settings threats campaigns threat-intel user accounts iam lb loadbalancer vhost vpm nodes node-mgmt firewall appfw help quit exit clear history"
10
10
  local actions="list get create delete replace apply status patch add-labels remove-labels"
11
11
  local builtins="help quit exit clear history context ctx"
12
12
  local global_flags="--help -h --version -v --interactive -i --no-color --output -o --namespace -ns"
@@ -26,6 +26,14 @@ _xcsh_completions() {
26
26
  # Second word: actions or subcommands based on first word
27
27
  local domain="${words[1]}"
28
28
  case "${domain}" in
29
+ cloudstatus)
30
+ COMPREPLY=($(compgen -W "status summary components incidents maintenance" -- "${cur}"))
31
+ return 0
32
+ ;;
33
+ completion)
34
+ COMPREPLY=($(compgen -W "bash zsh fish" -- "${cur}"))
35
+ return 0
36
+ ;;
29
37
  login)
30
38
  COMPREPLY=($(compgen -W "banner profile context" -- "${cur}"))
31
39
  return 0
@@ -38,14 +46,6 @@ _xcsh_completions() {
38
46
  COMPREPLY=($(compgen -W "show set list" -- "${cur}"))
39
47
  return 0
40
48
  ;;
41
- cloudstatus)
42
- COMPREPLY=($(compgen -W "status summary components incidents maintenance" -- "${cur}"))
43
- return 0
44
- ;;
45
- completion)
46
- COMPREPLY=($(compgen -W "bash zsh fish" -- "${cur}"))
47
- return 0
48
- ;;
49
49
  help | quit | exit | clear | history | context | ctx)
50
50
  return 0
51
51
  ;;