Describe the bug
Running wheels deploy secrets fetch does not execute a Wheels deploy command.
Instead, the command falls through to LuCLI's built-in secrets command and displays the generic LuCLI secrets help output.
To Reproduce
Steps to reproduce the behavior:
- Create a Wheels application
- Run:
wheels deploy secrets fetch
- Observe the output
Actual behavior
The command resolves to LuCLI's global secrets command:
Usage: secrets [-hV] [COMMAND]
Manage secrets for LuCLI projects
instead of executing a Wheels deploy workflow.
Full output:
testapp % wheels deploy secrets fetch
Usage: secrets [-hV] [COMMAND]
Manage secrets for LuCLI projects
-h, --help Show this help message and exit.
-V, --version Print version information and exit.
Commands:
init Initialize the local encrypted secret store
set Set or update a secret value
list List stored secrets (names and metadata only)
rm Remove a stored secret
get Retrieve a secret value
provider Manage secret providers
Expected behavior
wheels deploy secrets fetch should execute the intended Wheels deploy secrets workflow.
Example:
wheels deploy secrets fetch
Fetching deploy secrets...
Screenshots

Desktop (please complete the following information):
- OS: macOS
- Version: Wheels 4.0.0 (development)
Describe the bug
Running
wheels deploy secrets fetchdoes not execute a Wheels deploy command.Instead, the command falls through to LuCLI's built-in secrets command and displays the generic LuCLI secrets help output.
To Reproduce
Steps to reproduce the behavior:
Actual behavior
The command resolves to LuCLI's global secrets command:
instead of executing a Wheels deploy workflow.
Full output:
testapp % wheels deploy secrets fetch
Expected behavior
wheels deploy secrets fetchshould execute the intended Wheels deploy secrets workflow.Example:
Screenshots

Desktop (please complete the following information):