Allow --dashboards-dir
flag to deploy.py accept multiple values
#109
Labels
enhancement
New feature or request
--dashboards-dir
flag to deploy.py accept multiple values
#109
I'd like to be able to specify multiple
--dashboards-dir
to deploy bothdashboards
andglobal-dashboards
folders in one deploy.py CLI call.Related code can be found below, where I think we can allow for the same flag to be specified multiple times like
helm install --values a.yaml --values b.yaml
is possible for example. I believe argparse can help us here as well. Maybeaction="append"
or something like that if I recall correctly.The text was updated successfully, but these errors were encountered: