@robinmordasiewicz/f5xc-xcsh 2.0.13-2601051943 → 2.0.16-2601070310

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
@@ -34,7 +34,7 @@ _xcsh() {
34
34
  'billing_and_usage:Subscription plans, payment methods, and quotas.'
35
35
  'blindfold:Secret encryption, key policies, and audit trails.'
36
36
  'bot_and_threat_defense:Bot detection, threat categories, and defense instances.'
37
- 'cdn:Edge caching, content delivery, and distribution rules.'
37
+ 'cdn:Content delivery and edge caching networks.'
38
38
  'ce_management:Network interfaces, fleets, and site registration.'
39
39
  'certificates:SSL/TLS chains, trusted CAs, and revocation lists.'
40
40
  'cloud_infrastructure:AWS, Azure, GCP connectors and VPC attachments.'
@@ -44,7 +44,7 @@ _xcsh() {
44
44
  'data_and_privacy_security:PII detection, data types, and regional compliance.'
45
45
  'data_intelligence:Data Intelligence API'
46
46
  'ddos:Volumetric attack mitigation and traffic scrubbing.'
47
- 'dns:Zones, record types, and load balancing.'
47
+ 'dns:Authoritative zones and record management.'
48
48
  'login:Authentication and session management'
49
49
  'managed_kubernetes:Cluster RBAC, pod security, and container registries.'
50
50
  'marketplace:Add-on services, connectors, and TPM policies.'
@@ -65,7 +65,7 @@ _xcsh() {
65
65
  'tenant_and_identity:User profiles, sessions, and OTP settings.'
66
66
  'threat_campaign:Threat Campaign API'
67
67
  'users:Account tokens, labels, and cloud-init config.'
68
- 'virtual:HTTP, TCP, UDP load balancers and origin pools.'
68
+ 'virtual:HTTP, TCP, UDP load balancing with origin pools.'
69
69
  'vpm_and_node_management:Vpm And Node Management API'
70
70
  'waf:Request inspection, attack signatures, and bot mitigation.'
71
71
 
@@ -31,7 +31,7 @@ complete -c xcsh -n "__fish_use_subcommand" -a "bigip" -d 'iRules, data groups,
31
31
  complete -c xcsh -n "__fish_use_subcommand" -a "billing_and_usage" -d 'Subscription plans, payment methods, and quotas.'
32
32
  complete -c xcsh -n "__fish_use_subcommand" -a "blindfold" -d 'Secret encryption, key policies, and audit trails.'
33
33
  complete -c xcsh -n "__fish_use_subcommand" -a "bot_and_threat_defense" -d 'Bot detection, threat categories, and defense instances.'
34
- complete -c xcsh -n "__fish_use_subcommand" -a "cdn" -d 'Edge caching, content delivery, and distribution rules.'
34
+ complete -c xcsh -n "__fish_use_subcommand" -a "cdn" -d 'Content delivery and edge caching networks.'
35
35
  complete -c xcsh -n "__fish_use_subcommand" -a "ce_management" -d 'Network interfaces, fleets, and site registration.'
36
36
  complete -c xcsh -n "__fish_use_subcommand" -a "certificates" -d 'SSL/TLS chains, trusted CAs, and revocation lists.'
37
37
  complete -c xcsh -n "__fish_use_subcommand" -a "cloud_infrastructure" -d 'AWS, Azure, GCP connectors and VPC attachments.'
@@ -41,7 +41,7 @@ complete -c xcsh -n "__fish_use_subcommand" -a "container_services" -d 'Containe
41
41
  complete -c xcsh -n "__fish_use_subcommand" -a "data_and_privacy_security" -d 'PII detection, data types, and regional compliance.'
42
42
  complete -c xcsh -n "__fish_use_subcommand" -a "data_intelligence" -d 'Data Intelligence API'
43
43
  complete -c xcsh -n "__fish_use_subcommand" -a "ddos" -d 'Volumetric attack mitigation and traffic scrubbing.'
44
- complete -c xcsh -n "__fish_use_subcommand" -a "dns" -d 'Zones, record types, and load balancing.'
44
+ complete -c xcsh -n "__fish_use_subcommand" -a "dns" -d 'Authoritative zones and record management.'
45
45
  complete -c xcsh -n "__fish_use_subcommand" -a "login" -d 'Authentication and session management'
46
46
  complete -c xcsh -n "__fish_use_subcommand" -a "managed_kubernetes" -d 'Cluster RBAC, pod security, and container registries.'
47
47
  complete -c xcsh -n "__fish_use_subcommand" -a "marketplace" -d 'Add-on services, connectors, and TPM policies.'
@@ -62,7 +62,7 @@ complete -c xcsh -n "__fish_use_subcommand" -a "telemetry_and_insights" -d 'Tele
62
62
  complete -c xcsh -n "__fish_use_subcommand" -a "tenant_and_identity" -d 'User profiles, sessions, and OTP settings.'
63
63
  complete -c xcsh -n "__fish_use_subcommand" -a "threat_campaign" -d 'Threat Campaign API'
64
64
  complete -c xcsh -n "__fish_use_subcommand" -a "users" -d 'Account tokens, labels, and cloud-init config.'
65
- complete -c xcsh -n "__fish_use_subcommand" -a "virtual" -d 'HTTP, TCP, UDP load balancers and origin pools.'
65
+ complete -c xcsh -n "__fish_use_subcommand" -a "virtual" -d 'HTTP, TCP, UDP load balancing with origin pools.'
66
66
  complete -c xcsh -n "__fish_use_subcommand" -a "vpm_and_node_management" -d 'Vpm And Node Management API'
67
67
  complete -c xcsh -n "__fish_use_subcommand" -a "waf" -d 'Request inspection, attack signatures, and bot mitigation.'
68
68