Feature #51
CLI Messages
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Client API & Library | |||
Target version: | Release 1.2 | |||
Resolution: | fixed | Pull request: |
Description
Review return messages from CLI commands. They should not return any message if everything went fine. Maybe with the exception of commands which result provides useful information (eg. submit method). In this case, the output could be obtained through a verbose option, -v.
Also some of the commands of the one* tools are somehow incoherent, eg. onevm submit, onehost add, onenetwork create do the same operation on different objects, and should have the same name.
Finally we should find a better name for the onenetwork command. Some thoughts: onevn onevnet
Associated revisions
CLI on success does not print anything unless -v is specified (#51)
git-svn-id: http://svn.opennebula.org/one/trunk@249 3034c82b-c49b-4eb3-8279-a7acafdc01c0
onenetwork renamed to onevnet (#51)
git-svn-id: http://svn.opennebula.org/one/trunk@250 3034c82b-c49b-4eb3-8279-a7acafdc01c0
onehost add and onevm submit commands are changed to create (#51)
git-svn-id: http://svn.opennebula.org/one/trunk@251 3034c82b-c49b-4eb3-8279-a7acafdc01c0
History
#1 Updated by Javi Fontan over 12 years ago
- Status changed from New to Closed
- Resolution set to fixed
Done in r249, r250 and r251