-
Notifications
You must be signed in to change notification settings - Fork 0
TA-3971: Add option to export packages by versions #239
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
TA-3971: Add option to export packages by versions #239
Conversation
src/commands/configuration-management/api/batch-import-export-api.ts
Outdated
Show resolved
Hide resolved
ksalihu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the command should be config versions export {resource} {action}
We're technically exporting packages. The version is just a property of the package. I don't think it's a resource on its own. This structure you're proposing is also confusing to the CLI user since the |
The main point here is that the existing export command is not in a proper structure. |
Description
config exportcommand--keysByVersionwhich exports the packages by the specific received versions.Checklist