Skip to content

mas gitops-cluster catalog-action flag is exposed in help but not implemented #1918

@luca-banzato

Description

@luca-banzato

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_cluster function

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-action according to the intended behavior and ensure it works as documented
      or
    • remove or hide --catalog-action from the CLI help for mas gitops-cluster so users are not misled into using a non-functional flag

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions