Details
-
Type:
Improvement Request
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.0.0
-
Fix Version/s: None
-
Component/s: Command 'undeploy'
-
Security Level: Public
-
- Environment:
- -
Activity
| Field | Original Value | New Value |
|---|---|---|
| Priority | Major [ 3 ] | |
| Description |
The command 'undeploy' used without parameter undeploy all services and components of the Petals node.
Please add a confirmation to prevent typing error ! {code} $ ./petals-cli.sh undeploy Are you sure (Y/n) ? ... $ ./petals-cli.sh Type 'help' for help. ------------------------------------------------------------------------------ petals-cli> undeploy Are you sure (Y/n) ? {code} The confirmation can be unactivated if a 'yes' flag is set. {code} $ ./petals-cli.sh -y undeploy ... $ ./petals-cli.sh Type 'help' for help. ------------------------------------------------------------------------------ petals-cli> undeploy -y {code} |
The command 'undeploy' used without parameter undeploy all services and components of the Petals node.
Please add a confirmation to prevent typing error ! {code} $ ./petals-cli.sh undeploy Are you sure (Y/n) ? ... $ ./petals-cli.sh Type 'help' for help. ------------------------------------------------------------------------------ petals-cli> undeploy Are you sure (Y/n) ? {code} The confirmation can be unactivated if a 'yes' flag is set. {code} $ ./petals-cli.sh -y undeploy ... $ ./petals-cli.sh -y Type 'help' for help. ------------------------------------------------------------------------------ petals-cli> undeploy {code} |
| Assignee | Christophe DENEUX [ cdeneux ] | |
| Fix Version/s | 2.0.0 [ 10332 ] | |
| Description |
The command 'undeploy' used without parameter undeploy all services and components of the Petals node.
Please add a confirmation to prevent typing error ! {code} $ ./petals-cli.sh undeploy Are you sure (Y/n) ? ... $ ./petals-cli.sh Type 'help' for help. ------------------------------------------------------------------------------ petals-cli> undeploy Are you sure (Y/n) ? {code} The confirmation can be unactivated if a 'yes' flag is set. {code} $ ./petals-cli.sh -y undeploy ... $ ./petals-cli.sh -y Type 'help' for help. ------------------------------------------------------------------------------ petals-cli> undeploy {code} |
The command 'undeploy' used without parameter undeploys all services and components of the Petals node.
Please add a confirmation to prevent typing error ! {code} $ ./petals-cli.sh undeploy Are you sure (Y/n) ? ... $ ./petals-cli.sh Type 'help' for help. ------------------------------------------------------------------------------ petals-cli> undeploy Are you sure (Y/n) ? {code} The confirmation can be unactivated if a 'yes' flag is set. {code} $ ./petals-cli.sh -y undeploy ... $ ./petals-cli.sh -y Type 'help' for help. ------------------------------------------------------------------------------ petals-cli> undeploy {code} |
| Resolution | Won't Fix [ 2 ] | |
| Status | New [ 10000 ] | Resolved [ 10004 ] |
| Assignee | Mathieu Carrolle [ mcarrolle ] | |
| Fix Version/s | 2.0.0 [ 10332 ] |
| Component/s | Command 'undeploy' [ 10235 ] |
| Transition | Status Change Time | Execution Times | Last Executer | Last Execution Date | |||||||||
|
|
|
|
|
An option is mandatory to allow this operation. Display a message is useless.