-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
Milestone
Description
MAS CLI version
16.0.0
CLI function used
other
What happened?
The CLI help for mas gitops-cluster documents a --catalog-action flag, and it is used in the MAS GitOps Demo Walkthrough
However:
- attempting to use it causes the command to fail
- the flag is visible in the help output
- but it appears to be not referenced / not implemented anywhere in the
gitops_clusterfunction
This suggests either:
- a missing or incomplete implementation of
--catalog-action,
or - outdated help text that still exposes a flag that is no longer supported
Expected behavior:
- Either:
- implement
--catalog-actionaccording to the intended behavior and ensure it works as documented
or - remove or hide
--catalog-actionfrom the CLI help formas gitops-clusterso users are not misled into using a non-functional flag
- implement
If useful, a short clarification in the documentation or help text about the current status of --catalog-action would also help avoid confusion.
Relevant log output
[ibmmas/cli:16.0.0]mascli$ mas gitops-cluster [omitted parameters] --catalog-action install
IBM Maximo Application Suite GitOps Manager (v16.0.0)
Powered by https://github.com/ibm-mas/gitops/
Usage Error: Unsupported option "--catalog-action"
Usage:
mas gitops-cluster [options]Reactions are currently unavailable