From 269ae0fc224f25f603abba3fc6d34f6ccea91a33 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Fri, 5 Jan 2024 21:22:13 +0100 Subject: [PATCH] refactor: moved oci-related knowledge articles to the right section --- .../{oracle cloud.md => cloud computing/oci/README.md} | 8 ++++---- knowledge base/{ => cloud computing/oci}/oci-cli.md | 6 +++++- 2 files changed, 9 insertions(+), 5 deletions(-) rename knowledge base/{oracle cloud.md => cloud computing/oci/README.md} (98%) rename knowledge base/{ => cloud computing/oci}/oci-cli.md (95%) diff --git a/knowledge base/oracle cloud.md b/knowledge base/cloud computing/oci/README.md similarity index 98% rename from knowledge base/oracle cloud.md rename to knowledge base/cloud computing/oci/README.md index d3c49d7..0d60d54 100644 --- a/knowledge base/oracle cloud.md +++ b/knowledge base/cloud computing/oci/README.md @@ -1,4 +1,4 @@ -# Oracle Cloud +# Oracle Cloud Infrastructure ## Table of contents @@ -45,12 +45,12 @@ All the references in the [further readings] section, plus the following: References --> + +[oci-cli]: oci-cli.md + [compute images]: https://docs.oracle.com/en-us/iaas/images/ [required keys and ocids]: https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm - -[oci-cli]: oci-cli.md - [connect to private compute instances using oci bastion service]: https://medium.com/@harjulthakkar/connect-to-private-compute-instance-using-oci-bastion-service-ca96a3ceea49 diff --git a/knowledge base/oci-cli.md b/knowledge base/cloud computing/oci/oci-cli.md similarity index 95% rename from knowledge base/oci-cli.md rename to knowledge base/cloud computing/oci/oci-cli.md index 60230ab..04185a0 100644 --- a/knowledge base/oci-cli.md +++ b/knowledge base/cloud computing/oci/oci-cli.md @@ -21,7 +21,7 @@ oci setup config oci setup keys # Show the current configuration. -cat ~/.oci/config +cat ~/'.oci/config' # List available compartments. oci iam compartment list @@ -61,6 +61,7 @@ oci compute instance list -c 'tenancy_id' ## Further readings +- [Oracle Cloud Infrastructure] - [Command Line Interface] - [SDK and CLI Configuration File] - [Required keys and OCIDs] @@ -69,6 +70,9 @@ oci compute instance list -c 'tenancy_id' References --> + +[oracle cloud infrastructure]: README.md + [command line interface]: https://docs.oracle.com/en-us/iaas/Content/API/Concepts/cliconcepts.htm [required keys and ocids]: https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm