@robinmordasiewicz/f5xc-xcsh 2.0.21-2601131554 → 2.0.21-2601142039
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.fish +14 -14
- package/dist/index.js +63119 -52896
- package/package.json +2 -1
package/completions/xcsh.fish
CHANGED
|
@@ -85,29 +85,29 @@ complete -c xcsh -n "__fish_seen_subcommand_from completion" -a "bash" -d 'Gener
|
|
|
85
85
|
complete -c xcsh -n "__fish_seen_subcommand_from completion" -a "zsh" -d 'Generate zsh completion script'
|
|
86
86
|
complete -c xcsh -n "__fish_seen_subcommand_from completion" -a "fish" -d 'Generate fish completion script'
|
|
87
87
|
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "list" -d 'List profiles or namespaces'
|
|
88
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from list" -a "
|
|
89
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from list" -a "
|
|
88
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from list" -a "profile" -d 'List all saved profiles'
|
|
89
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from list" -a "context" -d 'List available namespaces'
|
|
90
90
|
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "show" -d 'Show profile or context details'
|
|
91
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from show" -a "
|
|
92
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from show" -a "
|
|
91
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from show" -a "profile" -d 'Show profile details (masked credentials)'
|
|
92
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from show" -a "context" -d 'Show current default namespace'
|
|
93
93
|
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "create" -d 'Create new profiles'
|
|
94
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from create" -a "
|
|
94
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from create" -a "profile" -d 'Create a new connection profile'
|
|
95
95
|
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "use" -d 'Switch active profile or context'
|
|
96
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from use" -a "
|
|
97
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from use" -a "
|
|
96
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from use" -a "profile" -d 'Switch to a different profile'
|
|
97
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from use" -a "context" -d 'Set default namespace context'
|
|
98
98
|
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "edit" -d 'Edit profile configuration'
|
|
99
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from edit" -a "
|
|
99
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from edit" -a "profile" -d 'Edit profile in $EDITOR'
|
|
100
100
|
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "delete" -d 'Delete profiles'
|
|
101
|
-
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from delete" -a "
|
|
101
|
+
complete -c xcsh -n "__fish_seen_subcommand_from login; and __fish_seen_subcommand_from delete" -a "profile" -d 'Delete a saved profile with confirmation'
|
|
102
102
|
complete -c xcsh -n "__fish_seen_subcommand_from login" -a "banner" -d 'Display xcsh banner with logo'
|
|
103
103
|
complete -c xcsh -n "__fish_seen_subcommand_from subscription" -a "show" -d 'Display subscription overview'
|
|
104
104
|
complete -c xcsh -n "__fish_seen_subcommand_from subscription" -a "list" -d 'List subscription resources'
|
|
105
|
-
complete -c xcsh -n "__fish_seen_subcommand_from subscription; and __fish_seen_subcommand_from list" -a "
|
|
106
|
-
complete -c xcsh -n "__fish_seen_subcommand_from subscription; and __fish_seen_subcommand_from list" -a "
|
|
107
|
-
complete -c xcsh -n "__fish_seen_subcommand_from subscription; and __fish_seen_subcommand_from list" -a "
|
|
108
|
-
complete -c xcsh -n "__fish_seen_subcommand_from subscription; and __fish_seen_subcommand_from list" -a "
|
|
105
|
+
complete -c xcsh -n "__fish_seen_subcommand_from subscription; and __fish_seen_subcommand_from list" -a "plan" -d 'List available plans'
|
|
106
|
+
complete -c xcsh -n "__fish_seen_subcommand_from subscription; and __fish_seen_subcommand_from list" -a "addon" -d 'List addon services'
|
|
107
|
+
complete -c xcsh -n "__fish_seen_subcommand_from subscription; and __fish_seen_subcommand_from list" -a "billing-payment" -d 'List payment methods'
|
|
108
|
+
complete -c xcsh -n "__fish_seen_subcommand_from subscription; and __fish_seen_subcommand_from list" -a "billing-invoice" -d 'List invoices'
|
|
109
109
|
complete -c xcsh -n "__fish_seen_subcommand_from subscription" -a "status" -d 'Show resource status'
|
|
110
|
-
complete -c xcsh -n "__fish_seen_subcommand_from subscription; and __fish_seen_subcommand_from status" -a "
|
|
110
|
+
complete -c xcsh -n "__fish_seen_subcommand_from subscription; and __fish_seen_subcommand_from status" -a "addon" -d 'Show addon activation status'
|
|
111
111
|
|
|
112
112
|
# Action completions for API domains
|
|
113
113
|
complete -c xcsh -n "__fish_seen_subcommand_from admin_console_and_ui" -a "list" -d 'List resources'
|