@robinmordasiewicz/f5xc-xcsh 6.23.0 → 6.25.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 +5 -5
- package/completions/xcsh.bash +1 -1
- package/completions/xcsh.fish +5 -4
- package/dist/index.js +812 -269
- package/package.json +4 -2
package/completions/_xcsh
CHANGED
|
@@ -33,7 +33,7 @@ _xcsh() {
|
|
|
33
33
|
'billing_and_usage:Subscription billing, payment methods, and usage tracking'
|
|
34
34
|
'blindfold:Secret encryption and policy-based data protection'
|
|
35
35
|
'bot_and_threat_defense:Bot detection, threat categorization, and defense management'
|
|
36
|
-
'cdn:
|
|
36
|
+
'cdn:Configure content delivery and caching rules'
|
|
37
37
|
'ce_management:Customer Edge site lifecycle and network configuration'
|
|
38
38
|
'certificates:SSL/TLS certificate and trusted CA management'
|
|
39
39
|
'cloud_infrastructure:Multi-cloud provider connectivity and credential management'
|
|
@@ -43,7 +43,7 @@ _xcsh() {
|
|
|
43
43
|
'data_and_privacy_security:Sensitive data detection, classification, and privacy...'
|
|
44
44
|
'data_intelligence:Data Intelligence API'
|
|
45
45
|
'ddos:DDoS protection and infrastructure security policies'
|
|
46
|
-
'dns:
|
|
46
|
+
'dns:Manage zones, records, and resolution policies'
|
|
47
47
|
'generative_ai:AI-powered features, assistants, and data collection'
|
|
48
48
|
'login:Authentication and session management'
|
|
49
49
|
'managed_kubernetes:Kubernetes RBAC, pod security, and container registries'
|
|
@@ -65,9 +65,9 @@ _xcsh() {
|
|
|
65
65
|
'tenant_and_identity:User settings, notifications, sessions, and identity...'
|
|
66
66
|
'threat_campaign:Threat Campaign API'
|
|
67
67
|
'users:User accounts, tokens, and label management'
|
|
68
|
-
'virtual:HTTP
|
|
68
|
+
'virtual:Configure HTTP and TCP load balancers'
|
|
69
69
|
'vpm_and_node_management:Vpm And Node Management API'
|
|
70
|
-
'waf:
|
|
70
|
+
'waf:Configure web application firewall rules and policies'
|
|
71
71
|
'apisec:Alias for api'
|
|
72
72
|
'api-discovery:Alias for api'
|
|
73
73
|
'authn:Alias for authentication'
|
|
@@ -167,7 +167,7 @@ _xcsh() {
|
|
|
167
167
|
(action)
|
|
168
168
|
case ${line[1]} in
|
|
169
169
|
(login)
|
|
170
|
-
_values 'command' 'show:Command' 'profile:Subcommand group' 'context:Subcommand group'
|
|
170
|
+
_values 'command' 'show:Command' 'banner:Command' 'profile:Subcommand group' 'context:Subcommand group'
|
|
171
171
|
;;
|
|
172
172
|
(cloudstatus)
|
|
173
173
|
_values 'command' 'status:Command' 'summary:Command' 'components:Command' 'incidents:Command' 'maintenance:Command'
|
package/completions/xcsh.bash
CHANGED
package/completions/xcsh.fish
CHANGED
|
@@ -29,7 +29,7 @@ complete -c xcsh -n "__fish_use_subcommand" -a "bigip" -d 'BigIP appliance manag
|
|
|
29
29
|
complete -c xcsh -n "__fish_use_subcommand" -a "billing_and_usage" -d 'Subscription billing, payment methods, and usage tracking'
|
|
30
30
|
complete -c xcsh -n "__fish_use_subcommand" -a "blindfold" -d 'Secret encryption and policy-based data protection'
|
|
31
31
|
complete -c xcsh -n "__fish_use_subcommand" -a "bot_and_threat_defense" -d 'Bot detection, threat categorization, and defense management'
|
|
32
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "cdn" -d '
|
|
32
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "cdn" -d 'Configure content delivery and caching rules'
|
|
33
33
|
complete -c xcsh -n "__fish_use_subcommand" -a "ce_management" -d 'Customer Edge site lifecycle and network configuration'
|
|
34
34
|
complete -c xcsh -n "__fish_use_subcommand" -a "certificates" -d 'SSL/TLS certificate and trusted CA management'
|
|
35
35
|
complete -c xcsh -n "__fish_use_subcommand" -a "cloud_infrastructure" -d 'Multi-cloud provider connectivity and credential management'
|
|
@@ -39,7 +39,7 @@ complete -c xcsh -n "__fish_use_subcommand" -a "container_services" -d 'Edge con
|
|
|
39
39
|
complete -c xcsh -n "__fish_use_subcommand" -a "data_and_privacy_security" -d 'Sensitive data detection, classification, and privacy...'
|
|
40
40
|
complete -c xcsh -n "__fish_use_subcommand" -a "data_intelligence" -d 'Data Intelligence API'
|
|
41
41
|
complete -c xcsh -n "__fish_use_subcommand" -a "ddos" -d 'DDoS protection and infrastructure security policies'
|
|
42
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "dns" -d '
|
|
42
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "dns" -d 'Manage zones, records, and resolution policies'
|
|
43
43
|
complete -c xcsh -n "__fish_use_subcommand" -a "generative_ai" -d 'AI-powered features, assistants, and data collection'
|
|
44
44
|
complete -c xcsh -n "__fish_use_subcommand" -a "login" -d 'Authentication and session management'
|
|
45
45
|
complete -c xcsh -n "__fish_use_subcommand" -a "managed_kubernetes" -d 'Kubernetes RBAC, pod security, and container registries'
|
|
@@ -61,9 +61,9 @@ complete -c xcsh -n "__fish_use_subcommand" -a "telemetry_and_insights" -d 'Tele
|
|
|
61
61
|
complete -c xcsh -n "__fish_use_subcommand" -a "tenant_and_identity" -d 'User settings, notifications, sessions, and identity...'
|
|
62
62
|
complete -c xcsh -n "__fish_use_subcommand" -a "threat_campaign" -d 'Threat Campaign API'
|
|
63
63
|
complete -c xcsh -n "__fish_use_subcommand" -a "users" -d 'User accounts, tokens, and label management'
|
|
64
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "virtual" -d 'HTTP
|
|
64
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "virtual" -d 'Configure HTTP and TCP load balancers'
|
|
65
65
|
complete -c xcsh -n "__fish_use_subcommand" -a "vpm_and_node_management" -d 'Vpm And Node Management API'
|
|
66
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "waf" -d '
|
|
66
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "waf" -d 'Configure web application firewall rules and policies'
|
|
67
67
|
|
|
68
68
|
# Alias completions
|
|
69
69
|
complete -c xcsh -n "__fish_use_subcommand" -a "apisec" -d 'Alias for api'
|
|
@@ -152,6 +152,7 @@ complete -c xcsh -n "__fish_use_subcommand" -a "appfw" -d 'Alias for waf'
|
|
|
152
152
|
|
|
153
153
|
# Custom domain subcommands
|
|
154
154
|
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "show" -d 'Command'
|
|
155
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "banner" -d 'Command'
|
|
155
156
|
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "profile" -d 'Subcommand group'
|
|
156
157
|
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from profile" -a "list" -d 'Command'
|
|
157
158
|
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from profile" -a "show" -d 'Command'
|