[Enhancement Proposal] appset list-applications
and list-applications --local
#16334
Labels
enhancement
New feature or request
[Enhancement]
appset list-applications [--local]
Summary
appset
will generate before deployment. An issue discussing this is roughly outlined here.appset
service. The method would take as input anApplicationSet
and would return a limited set of metadata about theApplication
s that would be generated, such as the application name and namespace.Motivation
appsets
.app diff
on changed applications.Goals
appset
.appset
that have changed since the deployed version of theappset
.Non-Goals
application
from theappset
(this poses security risks).application
in the local and deployedappset
s (this can be built with existing functionality).Proposal
Introduce a new interface:
Use cases
A user can detect the presence of duplicate application names in a diff by listing the applications that would be generated, and comparing to live apps in ArgoCD.
A user could ensure that validation is performed on a per-application basis before a change to an
appset
is landed.The text was updated successfully, but these errors were encountered: