Describe the bug
The wheels reload command successfully reloads the application even when a reload password is configured in the Wheels application settings.
If a reload password is set, the CLI should require the correct password before performing the reload operation.
Currently:
- reload works without providing any password
- reload also works when an incorrect password is provided
This bypasses the intended reload protection mechanism.
To Reproduce
Steps to reproduce the behavior:
- Configure a reload password in the Wheels application settings
- Start the application
- Run:
- Observe that the application reloads successfully without password validation
Expected behavior
If a reload password is configured:
- wheels reload should require the password
- reload should fail if:
- no password is provided
- an incorrect password is provided
Example expected behavior:
wheels reload
# Error: Reload password required
or
wheels reload password=wrongPassword
# Error: Invalid reload password
Actual behavior
- Reload executes successfully without password validation
- Password protection is effectively bypassed
Desktop
OS: Any
Wheels CLI Version: 4.0-SNAPSHOT
Describe the bug
The
wheels reloadcommand successfully reloads the application even when a reload password is configured in the Wheels application settings.If a reload password is set, the CLI should require the correct password before performing the reload operation.
Currently:
This bypasses the intended reload protection mechanism.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If a reload password is configured:
Example expected behavior:
or
Actual behavior
Desktop
OS: Any
Wheels CLI Version: 4.0-SNAPSHOT