Skip to content

Commit

Permalink
Merge pull request #93 from grycap/devel
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
micafer authored Jan 16, 2023
2 parents 0612e22 + e08cb25 commit e7d2546
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,24 @@ im_client.py [-u|--xmlrpc-url <url>] [-r|--restapi-url <url>] [-v|--verify-ssl]
Path to the authorization file, see [here](https://imdocs.readthedocs.io/en/latest/client.html#authorization-file).
This option is compulsory.

* option: -f|--force

Force the deletion of the infrastructure. Only for destroy operation.
The default value is `False`.

* option: -q|--quiet

Work in quiet mode. Avoid all unnecessary prints.
The default value is `False`.

* option: -n|--name

Show/use Infrastructure name in the selected operation.
In case of list operation it will show the name of each infrastructure (if available).
In other operations if this flag is set the user should specify the name of the infrastructure
instead of the ID.
The default value is `False`.

* operation:

``list [filter]``:
Expand Down Expand Up @@ -356,7 +374,7 @@ im_client.py [-u|--xmlrpc-url <url>] [-r|--restapi-url <url>] [-v|--verify-ssl]
infrastructure using the specified ``inputfile``, then waits for it to be configured, and finally
gets the TOSCA outputs. In case of failure in then infrastructure creation step only the error message
will be returned. The results will be returned to stdout in json format::

{"infid": "ID", "error": "Error message"}

``change_auth <infId> <newAuthFile> [overwrite]``
Expand Down

0 comments on commit e7d2546

Please sign in to comment.