Describe the bug
The documentation describes the command wheels deploy server bootstrap as the way to bootstrap Docker on deployment hosts.
However, running the command does not execute any deploy/bootstrap logic. Instead, the CLI falls through to the LuCLI server command help output.
Documentation URL:
Deployment -> first-deploy -> #walk-through -> Part 5
To Reproduce
Steps to reproduce the behavior:
- Create a new Wheels application:
- Run:
wheels deploy server bootstrap
- Observe output.
Expected behavior
- Runs:
which docker || curl -fsSL https://get.docker.com | sh
- Executes on remote hosts
- Safe/idempotent
- Validates SSH/sudo access
Actual behavior
- Instead of executing deployment bootstrap logic, the CLI displays the LuCLI server help output:
Usage: server [-hV] [COMMAND]
Manage Lucee server instances
followed by the standard LuCLI server command list.
- No deployment/bootstrap action occurs.
Scrneeshot

Desktop:
- OS: macOS
- Version: Wheels 4.0.0 (development)
Describe the bug
The documentation describes the command
wheels deploy server bootstrapas the way to bootstrap Docker on deployment hosts.However, running the command does not execute any deploy/bootstrap logic. Instead, the CLI falls through to the LuCLI server command help output.
Documentation URL:
Deployment -> first-deploy -> #walk-through -> Part 5
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Actual behavior
followed by the standard LuCLI server command list.
Scrneeshot

Desktop: