Petals ESB CLI

The command 'show' is not clear when used to get information about a given version of a shared library

Details

  • Type: Improvement Request Improvement Request
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 2.1.4
  • Fix Version/s: 2.2.0
  • Component/s: Command 'show'
  • Security Level: Public
  • Description:
    Hide

    The command show and its arguments are not clear if used with a container having several versions of a shared library installed.
    We must used an artifact name including the version that is not clear:

    petals-cli@localhost:7700>show -a petals-sl-mysql-5.1.10-1.0.0
    Identifier:petals-sl-mysql-5.1.10-1.0.0
    Version:Not available

    It should be better to have a dedicated argument to define the version:

    petals-cli@localhost:7700>show -a petals-sl-mysql-5.1.10 -v 1.0.0
    Identifier:petals-sl-mysql-5.1.10
    Version:1.0.0

    An error occurs if no version is given to show a shared library having several versions installed.

    Show
    The command show and its arguments are not clear if used with a container having several versions of a shared library installed. We must used an artifact name including the version that is not clear:
    petals-cli@localhost:7700>show -a petals-sl-mysql-5.1.10-1.0.0
    Identifier:petals-sl-mysql-5.1.10-1.0.0
    Version:Not available
    It should be better to have a dedicated argument to define the version:
    petals-cli@localhost:7700>show -a petals-sl-mysql-5.1.10 -v 1.0.0
    Identifier:petals-sl-mysql-5.1.10
    Version:1.0.0
    An error occurs if no version is given to show a shared library having several versions installed.
  • Environment:
    -

Issue Links

People

Dates

  • Created:
    Mon, 19 Jan 2015 - 14:48:44 +0100
    Updated:
    Tue, 20 Jan 2015 - 15:23:29 +0100
    Resolved:
    Tue, 20 Jan 2015 - 15:22:31 +0100