kevco-us
kevco-us
Okay, I see what you mean. I finally tried using the OCI_CLI_RC_FILE variable in an oci command and it seems to be ignored.
Just leave the leading "--" off of the parameter name and it should work. It's not well documented, but it does show it this way in `oci --help`.
You can simply add the prefix to the object name. For example: `oci os object put --name folder/myobject` will put "myobject" in the virtual "folder".
You probably edited the shape-availabilities.json file above before using it in the subsequent command. But you don't show the final json file. I suspect there's a missing or extra bracket...
If the json is syntactically correct and you're still getting the error, it may be due to character encoding in the file. See [OCI Command Line JSON File Data](https://i-like-trains.blogspot.com/2020/11/oci-command-line-json-file-data.html) for...
I agree that there's a gap in the cli's ability to show upload progress of an in-progress multipart upload. With the [ListMultipartUploadParts](https://docs.oracle.com/en-us/iaas/api/#/en/objectstorage/20160918/MultipartUpload/ListMultipartUploadParts) API docs I put together an `oci raw-request`...
Doesn't it already do this? It works for me... Type a few letters of the resource name and wait a few seconds for the short list to pop up. The...
I agree that it could work faster. It appears to be sending a a request to get (another) list of resources, then filtering the results. But it should already have...