You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meanwhile the way how it usualy done in Linux (double -) is okay:
> python oci_capacity_reporter_gui.py --help
options:
-h, --help show this help message and exit
-c CONFIG_FILE OCI CLI Config file
-t CONFIG_PROFILE Config Profile inside the config file
-p PROXY Set Proxy (i.e. www-proxy-server.com:80)
-ip Use Instance Principals for Authentication
-is Use Config and Security Token
hello folks
just my observation that the proposed way to call for help (with single dash):
python3 oci_capacity_reporter_gui.py -help
does not work as expected and causes an error:
meanwhile the way how it usualy done in Linux (double -) is okay:
the affected doc page is the following:
https://github.com/oracle/oci-python-sdk/tree/master/examples/oci_capacity_reporter
The text was updated successfully, but these errors were encountered: