Bug
When running apppack app create --cluster <cluster-name>, the CLI still prompts the user to select a cluster interactively, ignoring the provided flag value.
Expected Behavior
Providing the --cluster flag should skip the interactive cluster selection prompt and use the specified cluster directly.
Actual Behavior
The interactive cluster selection prompt appears regardless of whether --cluster is passed.