Add optional name
reference to Source object
#17731
Labels
component:cli
Affects the Argo CD CLI
component:ui
User interfaces bugs and enhancements
enhancement
New feature or request
multi-source-apps
Bugs or enhancements related to multi-source Applications.
Summary
With the support of multi-source, it is only possible to reference a source by it's position in the list. If people build automation around sources and the order change, it could break the users workflow.
Adding an optional
name
parameter to thesource
object would allow to build safer automation and facilita the identification of sources in the UI.Motivation
When using the CLI with multi-source application.
Before
After
Proposal
name
parameter to source--source-name
parameter to the CLI. Do not allow to specify both named and position parameters.Related work
#17425
#17650
#17589
#17275
The text was updated successfully, but these errors were encountered: