Details
-
Type:
Improvement Request
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.4
-
Fix Version/s: 2.2.0
-
Component/s: Command 'show'
-
Security Level: Public
-
- Environment:
- -
Issue Links
| Depends | |||
|---|---|---|---|
|
|||
Activity
| Field | Original Value | New Value |
|---|---|---|
| Link |
This issue depends on |
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Major [ 3 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 2.2.0 [ 10404 ] | |
| Resolution | Fixed [ 1 ] |
| Description |
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: {code} 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 {code} It should be better to have a dedicated argument to define the version: {code} 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 {code} |
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: {code} 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 {code} It should be better to have a dedicated argument to define the version: {code} 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 {code} An error occurs if no version is given to show a shared library having several versions installed. |