@robinmordasiewicz/f5xc-xcsh 1.0.84-2601020527 → 1.0.85-2601020718
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 +33 -33
- package/completions/xcsh.fish +33 -33
- package/dist/index.js +456 -181
- package/package.json +1 -1
package/completions/_xcsh
CHANGED
|
@@ -26,47 +26,47 @@ _xcsh() {
|
|
|
26
26
|
(domain)
|
|
27
27
|
local -a domains builtins
|
|
28
28
|
domains=(
|
|
29
|
-
'admin_console_and_ui:
|
|
30
|
-
'api:
|
|
29
|
+
'admin_console_and_ui:Static UI components and console assets.'
|
|
30
|
+
'api:Interface definitions, schema validation, and grouping.'
|
|
31
31
|
'authentication:Authentication API'
|
|
32
|
-
'bigip:
|
|
33
|
-
'billing_and_usage:
|
|
34
|
-
'blindfold:
|
|
35
|
-
'bot_and_threat_defense:
|
|
36
|
-
'cdn:
|
|
37
|
-
'ce_management:
|
|
38
|
-
'certificates:
|
|
39
|
-
'cloud_infrastructure:
|
|
32
|
+
'bigip:iRules, data groups, and APM integration.'
|
|
33
|
+
'billing_and_usage:Subscription plans, payment methods, and quotas.'
|
|
34
|
+
'blindfold:Secret encryption, key policies, and audit trails.'
|
|
35
|
+
'bot_and_threat_defense:Bot detection, threat categories, and defense instances.'
|
|
36
|
+
'cdn:Edge caching, content delivery, and distribution rules.'
|
|
37
|
+
'ce_management:Network interfaces, fleets, and site registration.'
|
|
38
|
+
'certificates:SSL/TLS chains, trusted CAs, and revocation lists.'
|
|
39
|
+
'cloud_infrastructure:AWS, Azure, GCP connectors and VPC attachments.'
|
|
40
40
|
'cloudstatus:F5 XC service status and incidents'
|
|
41
41
|
'completion:Shell completion script generation'
|
|
42
|
-
'container_services:
|
|
43
|
-
'data_and_privacy_security:
|
|
42
|
+
'container_services:Containerized workloads and virtual Kubernetes clusters.'
|
|
43
|
+
'data_and_privacy_security:PII detection, data types, and regional compliance.'
|
|
44
44
|
'data_intelligence:Data Intelligence API'
|
|
45
|
-
'ddos:
|
|
46
|
-
'dns:
|
|
47
|
-
'generative_ai:
|
|
45
|
+
'ddos:Volumetric attack mitigation and traffic scrubbing.'
|
|
46
|
+
'dns:Zones, record types, and load balancing.'
|
|
47
|
+
'generative_ai:AI assistant queries and feedback collection.'
|
|
48
48
|
'login:Authentication and session management'
|
|
49
|
-
'managed_kubernetes:
|
|
50
|
-
'marketplace:
|
|
51
|
-
'network:
|
|
52
|
-
'network_security:
|
|
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:
|
|
62
|
-
'support:
|
|
49
|
+
'managed_kubernetes:Cluster RBAC, pod security, and container registries.'
|
|
50
|
+
'marketplace:Add-on services, connectors, and TPM policies.'
|
|
51
|
+
'network:BGP peering, IPsec tunnels, and segment policies.'
|
|
52
|
+
'network_security:NAT policies, firewalls, and segment connections.'
|
|
53
|
+
'nginx_one:NGINX Plus instances and dataplane servers.'
|
|
54
|
+
'object_storage:Mobile SDK assets, versioned binaries, and app shield files.'
|
|
55
|
+
'observability:Synthetic health checks and DNS resolution validation.'
|
|
56
|
+
'rate_limiting:Request throttling, quotas, and policer rules.'
|
|
57
|
+
'secops_and_incident_response:Threat detection, user risk scoring, and automated blocking.'
|
|
58
|
+
'service_mesh:Microservice routing and sidecar configuration.'
|
|
59
|
+
'shape:Bot defense, fraud prevention, and client integrity.'
|
|
60
|
+
'sites:Cloud and edge node deployments.'
|
|
61
|
+
'statistics:Alerts, logs, flow analytics, and reporting.'
|
|
62
|
+
'support:Tickets, escalations, and network diagnostics.'
|
|
63
63
|
'telemetry_and_insights:Telemetry And Insights API'
|
|
64
|
-
'tenant_and_identity:
|
|
64
|
+
'tenant_and_identity:User profiles, sessions, and OTP settings.'
|
|
65
65
|
'threat_campaign:Threat Campaign API'
|
|
66
|
-
'users:
|
|
67
|
-
'virtual:
|
|
66
|
+
'users:Account tokens, labels, and cloud-init config.'
|
|
67
|
+
'virtual:HTTP, TCP, UDP load balancers and origin pools.'
|
|
68
68
|
'vpm_and_node_management:Vpm And Node Management API'
|
|
69
|
-
'waf:
|
|
69
|
+
'waf:Request inspection, attack signatures, and bot mitigation.'
|
|
70
70
|
'console-ui:Alias for admin_console_and_ui'
|
|
71
71
|
'ui-assets:Alias for admin_console_and_ui'
|
|
72
72
|
'static-components:Alias for admin_console_and_ui'
|
package/completions/xcsh.fish
CHANGED
|
@@ -22,47 +22,47 @@ 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 'Static UI components and console assets.'
|
|
26
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "api" -d 'Interface definitions, schema validation, and grouping.'
|
|
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 '
|
|
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 '
|
|
28
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "bigip" -d 'iRules, data groups, and APM integration.'
|
|
29
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "billing_and_usage" -d 'Subscription plans, payment methods, and quotas.'
|
|
30
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "blindfold" -d 'Secret encryption, key policies, and audit trails.'
|
|
31
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "bot_and_threat_defense" -d 'Bot detection, threat categories, and defense instances.'
|
|
32
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "cdn" -d 'Edge caching, content delivery, and distribution rules.'
|
|
33
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "ce_management" -d 'Network interfaces, fleets, and site registration.'
|
|
34
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "certificates" -d 'SSL/TLS chains, trusted CAs, and revocation lists.'
|
|
35
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "cloud_infrastructure" -d 'AWS, Azure, GCP connectors and VPC attachments.'
|
|
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 'Containerized workloads and virtual Kubernetes clusters.'
|
|
39
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "data_and_privacy_security" -d 'PII detection, data types, and regional compliance.'
|
|
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 '
|
|
43
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "generative_ai" -d '
|
|
41
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "ddos" -d 'Volumetric attack mitigation and traffic scrubbing.'
|
|
42
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "dns" -d 'Zones, record types, and load balancing.'
|
|
43
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "generative_ai" -d 'AI assistant queries and feedback collection.'
|
|
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 '
|
|
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 '
|
|
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 '
|
|
58
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "support" -d '
|
|
45
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "managed_kubernetes" -d 'Cluster RBAC, pod security, and container registries.'
|
|
46
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "marketplace" -d 'Add-on services, connectors, and TPM policies.'
|
|
47
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "network" -d 'BGP peering, IPsec tunnels, and segment policies.'
|
|
48
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "network_security" -d 'NAT policies, firewalls, and segment connections.'
|
|
49
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "nginx_one" -d 'NGINX Plus instances and dataplane servers.'
|
|
50
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "object_storage" -d 'Mobile SDK assets, versioned binaries, and app shield files.'
|
|
51
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "observability" -d 'Synthetic health checks and DNS resolution validation.'
|
|
52
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "rate_limiting" -d 'Request throttling, quotas, and policer rules.'
|
|
53
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "secops_and_incident_response" -d 'Threat detection, user risk scoring, and automated blocking.'
|
|
54
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "service_mesh" -d 'Microservice routing and sidecar configuration.'
|
|
55
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "shape" -d 'Bot defense, fraud prevention, and client integrity.'
|
|
56
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "sites" -d 'Cloud and edge node deployments.'
|
|
57
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "statistics" -d 'Alerts, logs, flow analytics, and reporting.'
|
|
58
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "support" -d 'Tickets, escalations, and network diagnostics.'
|
|
59
59
|
complete -c xcsh -n "__fish_use_subcommand" -a "telemetry_and_insights" -d 'Telemetry And Insights API'
|
|
60
|
-
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 'User profiles, sessions, and OTP settings.'
|
|
61
61
|
complete -c xcsh -n "__fish_use_subcommand" -a "threat_campaign" -d 'Threat Campaign API'
|
|
62
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "users" -d '
|
|
63
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "virtual" -d '
|
|
62
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "users" -d 'Account tokens, labels, and cloud-init config.'
|
|
63
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "virtual" -d 'HTTP, TCP, UDP load balancers and origin pools.'
|
|
64
64
|
complete -c xcsh -n "__fish_use_subcommand" -a "vpm_and_node_management" -d 'Vpm And Node Management API'
|
|
65
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "waf" -d '
|
|
65
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "waf" -d 'Request inspection, attack signatures, and bot mitigation.'
|
|
66
66
|
|
|
67
67
|
# Alias completions
|
|
68
68
|
complete -c xcsh -n "__fish_use_subcommand" -a "console-ui" -d 'Alias for admin_console_and_ui'
|