Closed anzoman closed 3 years ago
@sstanovnik please express your improvement wishes (for SaaS) here.
I think the way forward on this is to have the input values here directly. Here's my though process.
.opera/inputs
, making the field a bit useless, especially if we consider the whole .opera/
folder opaque to the user. All other file paths in the output of opera info
aren't (ignoring init
) located in .opera/
.I'll get to implementing this and the fix for the interrupted
status today, expect two PRs :)
Closing this due to #204 being merged, which implements the above.
Description
Right now opera info return the following after the successful deployment of the CSAR:
For xOpera SaaS and for the general usage inputs could be displayed as real values instead of path to the file.
The next thing is the status, which shows
interrupted
when deploying and undeploying a CSAR, which is not right as it should be deploying/undeploying. Theinterrupted
status is meant to be used when some operation fails or is manually stopped.Steps
Update
src/opera/commands/info.py
.Current behaviour
Described above.
Expected results
To improve
opera info
CLI command.