TA-3971: Add option to export packages by versions#239
TA-3971: Add option to export packages by versions#239Buqeta (Buqeta) merged 3 commits intomasterfrom
Conversation
src/commands/configuration-management/api/batch-import-export-api.ts
Outdated
Show resolved
Hide resolved
Kastriot Salihu (ksalihu)
left a comment
There was a problem hiding this comment.
I think the command should be config versions export {resource} {action}
77a6072
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