oci-cli icon indicating copy to clipboard operation
oci-cli copied to clipboard

Add a new command for self verification.

Open europ opened this issue 3 years ago • 1 comments

Issue type

Feature request.

Description

It would be nice if the OCI CLI could verify that everything was configured properly.

Currently this verification possibility is missing and we have to use other methods to check if the OCI CLI was correctly configured. For instance, I am using a dummy oci iam compartment list to check if the OCI configuration works (including authentification check).

Expectation

oci config verify
# OK
echo $?
# 0

europ avatar Oct 27 '21 14:10 europ

Agree, and I am still using oci iam compartment list

davidkhala avatar Aug 18 '22 02:08 davidkhala