@robinmordasiewicz/xcsh 6.19.0 → 6.21.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 +41 -41
- package/completions/xcsh.fish +41 -41
- package/dist/index.js +868 -262
- package/package.json +2 -1
package/completions/_xcsh
CHANGED
|
@@ -26,48 +26,48 @@ _xcsh() {
|
|
|
26
26
|
(domain)
|
|
27
27
|
local -a domains builtins
|
|
28
28
|
domains=(
|
|
29
|
-
'admin_console_and_ui:
|
|
30
|
-
'api:
|
|
31
|
-
'authentication:
|
|
32
|
-
'bigip:
|
|
33
|
-
'billing_and_usage:
|
|
34
|
-
'blindfold:
|
|
35
|
-
'bot_and_threat_defense:
|
|
36
|
-
'cdn:
|
|
37
|
-
'ce_management:
|
|
38
|
-
'certificates:
|
|
39
|
-
'cloud_infrastructure:
|
|
40
|
-
'cloudstatus:
|
|
41
|
-
'completion:
|
|
42
|
-
'container_services:
|
|
43
|
-
'data_and_privacy_security:
|
|
44
|
-
'data_intelligence:
|
|
45
|
-
'ddos:
|
|
46
|
-
'dns:
|
|
47
|
-
'generative_ai:
|
|
48
|
-
'login:Authentication
|
|
49
|
-
'managed_kubernetes:
|
|
50
|
-
'marketplace:
|
|
51
|
-
'network:
|
|
52
|
-
'network_security:Network
|
|
53
|
-
'nginx_one:
|
|
54
|
-
'object_storage:
|
|
55
|
-
'observability:
|
|
56
|
-
'rate_limiting:
|
|
57
|
-
'secops_and_incident_response:
|
|
58
|
-
'service_mesh:
|
|
59
|
-
'shape:
|
|
60
|
-
'sites:
|
|
61
|
-
'statistics:
|
|
29
|
+
'admin_console_and_ui:Static UI component and console asset management'
|
|
30
|
+
'api:API discovery, security testing, and credential management'
|
|
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:CDN load balancing, caching rules, and content delivery'
|
|
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'
|
|
40
|
+
'cloudstatus:F5 XC service status and incidents'
|
|
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...'
|
|
44
|
+
'data_intelligence:Data Intelligence API'
|
|
45
|
+
'ddos:DDoS protection and infrastructure security policies'
|
|
46
|
+
'dns:DNS zone management, load balancing, and record...'
|
|
47
|
+
'generative_ai:AI-powered features, assistants, and data collection'
|
|
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
62
|
'subscription:xcsh-specific subscription management commands (overview, quota analysis, validation)'
|
|
63
|
-
'support:
|
|
64
|
-
'telemetry_and_insights:
|
|
65
|
-
'tenant_and_identity:
|
|
66
|
-
'threat_campaign:
|
|
67
|
-
'users:
|
|
68
|
-
'virtual:
|
|
69
|
-
'vpm_and_node_management:
|
|
70
|
-
'waf:Web
|
|
63
|
+
'support:Customer support ticket lifecycle and site diagnostics'
|
|
64
|
+
'telemetry_and_insights:Telemetry And Insights API'
|
|
65
|
+
'tenant_and_identity:User settings, notifications, sessions, and identity...'
|
|
66
|
+
'threat_campaign:Threat Campaign API'
|
|
67
|
+
'users:User accounts, tokens, and label management'
|
|
68
|
+
'virtual:HTTP/HTTPS load balancing and traffic management'
|
|
69
|
+
'vpm_and_node_management:Vpm And Node Management API'
|
|
70
|
+
'waf:Web application firewall rules and security policies'
|
|
71
71
|
'apisec:Alias for api'
|
|
72
72
|
'api-discovery:Alias for api'
|
|
73
73
|
'authn:Alias for authentication'
|
package/completions/xcsh.fish
CHANGED
|
@@ -22,48 +22,48 @@ 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 '
|
|
27
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "authentication" -d '
|
|
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 '
|
|
33
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "ce_management" -d '
|
|
34
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "certificates" -d '
|
|
35
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "cloud_infrastructure" -d '
|
|
36
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "cloudstatus" -d '
|
|
37
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "completion" -d '
|
|
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 '
|
|
40
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "data_intelligence" -d '
|
|
41
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "ddos" -d '
|
|
42
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "dns" -d '
|
|
43
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "generative_ai" -d '
|
|
44
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "login" -d 'Authentication
|
|
45
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "managed_kubernetes" -d '
|
|
46
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "marketplace" -d '
|
|
47
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "network" -d '
|
|
48
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "network_security" -d 'Network
|
|
49
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "nginx_one" -d '
|
|
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 '
|
|
25
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "admin_console_and_ui" -d 'Static UI component and console asset management'
|
|
26
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "api" -d 'API discovery, security testing, and credential management'
|
|
27
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "authentication" -d 'Authentication API'
|
|
28
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "bigip" -d 'BigIP appliance management, iRules, and data groups'
|
|
29
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "billing_and_usage" -d 'Subscription billing, payment methods, and usage tracking'
|
|
30
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "blindfold" -d 'Secret encryption and policy-based data protection'
|
|
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 'CDN load balancing, caching rules, and content delivery'
|
|
33
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "ce_management" -d 'Customer Edge site lifecycle and network configuration'
|
|
34
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "certificates" -d 'SSL/TLS certificate and trusted CA management'
|
|
35
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "cloud_infrastructure" -d 'Multi-cloud provider connectivity and credential management'
|
|
36
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "cloudstatus" -d 'F5 XC service status and incidents'
|
|
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 'Edge container workloads and virtual Kubernetes management'
|
|
39
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "data_and_privacy_security" -d 'Sensitive data detection, classification, and privacy...'
|
|
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 'DDoS protection and infrastructure security policies'
|
|
42
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "dns" -d 'DNS zone management, load balancing, and record...'
|
|
43
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "generative_ai" -d 'AI-powered features, assistants, and data collection'
|
|
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, pod security, and container registries'
|
|
46
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "marketplace" -d 'Third-party integrations, add-ons, and extensions'
|
|
47
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "network" -d 'BGP routing, IPsec tunnels, and network connectivity'
|
|
48
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "network_security" -d 'Network firewall, NAT, ACL, and policy-based routing'
|
|
49
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "nginx_one" -d 'NGINX One platform integration and instance management'
|
|
50
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "object_storage" -d 'Object storage for mobile SDK artifacts and integrations'
|
|
51
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "observability" -d 'Synthetic monitoring, health checks, and observability...'
|
|
52
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "rate_limiting" -d 'Traffic rate limiting, policers, and throttling controls'
|
|
53
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "secops_and_incident_response" -d 'Malicious user detection and automated threat mitigation'
|
|
54
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "service_mesh" -d 'Service mesh connectivity, discovery, and NFV management'
|
|
55
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "shape" -d 'Bot defense and threat prevention with Shape Security'
|
|
56
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "sites" -d 'Multi-cloud site deployment and edge infrastructure'
|
|
57
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "statistics" -d 'Flow statistics, alerts, logs, and operational analytics'
|
|
58
58
|
complete -c xcsh -n "__fish_use_subcommand" -a "subscription" -d 'xcsh-specific subscription management commands (overview, quota analysis, validation)'
|
|
59
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "support" -d '
|
|
60
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "telemetry_and_insights" -d '
|
|
61
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "tenant_and_identity" -d '
|
|
62
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "threat_campaign" -d '
|
|
63
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "users" -d '
|
|
64
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "virtual" -d '
|
|
65
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "vpm_and_node_management" -d '
|
|
66
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "waf" -d 'Web
|
|
59
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "support" -d 'Customer support ticket lifecycle and site diagnostics'
|
|
60
|
+
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 'User settings, notifications, sessions, and identity...'
|
|
62
|
+
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 'User accounts, tokens, and label management'
|
|
64
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "virtual" -d 'HTTP/HTTPS load balancing and traffic management'
|
|
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 'Web application firewall rules and security policies'
|
|
67
67
|
|
|
68
68
|
# Alias completions
|
|
69
69
|
complete -c xcsh -n "__fish_use_subcommand" -a "apisec" -d 'Alias for api'
|