mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-16 08:44:25 +00:00
refactor: moved oci-related knowledge articles to the right section
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Oracle Cloud
|
||||
# Oracle Cloud Infrastructure
|
||||
|
||||
## Table of contents <!-- omit in toc -->
|
||||
|
||||
@@ -45,12 +45,12 @@ All the references in the [further readings] section, plus the following:
|
||||
References
|
||||
-->
|
||||
|
||||
<!-- In-article sections -->
|
||||
[oci-cli]: oci-cli.md
|
||||
|
||||
<!-- Upstream -->
|
||||
[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
|
||||
|
||||
<!-- In-article sections -->
|
||||
[oci-cli]: oci-cli.md
|
||||
|
||||
<!-- Others -->
|
||||
[connect to private compute instances using oci bastion service]: https://medium.com/@harjulthakkar/connect-to-private-compute-instance-using-oci-bastion-service-ca96a3ceea49
|
||||
@@ -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
|
||||
-->
|
||||
|
||||
<!-- Knowledge base -->
|
||||
[oracle cloud infrastructure]: README.md
|
||||
|
||||
<!-- Upstream -->
|
||||
[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
|
||||
Reference in New Issue
Block a user