-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCI source autocompletion #2154
Labels
enhancement ✨
New feature or request
Comments
5 tasks
Racer159
added a commit
that referenced
this issue
Nov 28, 2023
#2151) ## Description - Added `zarf package remove` shell completion ability - Added `zarf package inspect` shell completion ability - Added `zarf package list` alias "ls" (since ls is so commonly used) - Added `zarf package remove` alias "rm" (since rm is so commonly used) ## Related Issue Fixes #2150 Partial: #2154 (inspect only) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [X] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [X] Test, docs, adr added or updated as needed - [X] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Wayne Starr <[email protected]>
Racer159
changed the title
Cluster and OCI source autocompletion
OCI source autocompletion
Dec 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
For removing or inspecting packages the cluster source will autocomplete using Cobra shell completions. It would be nice to expand the functionality to work for OCI sources once someone enters
oci://domain/
to effectively catalog it - we could also do a tag list once the:
was typed.Describe the solution you'd like
zarf package deploy|remove|inspect|pull oci://domain/
<TAB>
:
<TAB>
Additional context
This was initially brought up for remove / inspect here: #2151 - but it may be good to centralize some of this in the
sources
package long term so that the functionality can be consistent.The text was updated successfully, but these errors were encountered: