atmos icon indicating copy to clipboard operation
atmos copied to clipboard

Atmos custom subcommands may shadow built-in subcommands (e.g. `atmos terraform state`)

Open osterman opened this issue 1 year ago • 0 comments

Describe the Bug

If you create a custom subcommand, that has the same arguments as a built-in command, the built-in command is "lost".

e.g.

If we create a custom subcommand atmos terraform state foobar, then all of the built-in atmos terraform state * commands stop working (cannot be found).

Expected Behavior

We should support some order of precedence, and support both. If a custom command is defined, then it would take precedence. Also, all other built-in commands should continue to work.

Steps to Reproduce

See above.

Screenshots

No response

Environment

No response

Additional Context

No response

osterman avatar Apr 05 '24 17:04 osterman