Skip to content

Commit 0913f75

Browse files
Create README.md
1 parent 99c749e commit 0913f75

File tree

1 file changed

+19
-0
lines changed
  • data-platform/core-converged-db/ocictl

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# OCICTL. A simple command-line tool for accessing database and compute resources
2+
3+
OCI Cli offers a command line interface to work with OCI resources, like compute instances, databases and object storage. However - as it uses JSON as a main format of displaying information and - in some cases - requires providing an identifier of an OCI component instead of its display name, its direct using may be in such situations considered as not user friendly.
4+
5+
OCICTL is a tool simplifying using OCI Cli. It displays information in a more readable text format and allows for providing display names of components instead of their OCI identifiers. It also makes easier basic management of composite services, like, for example, Base Database Service, which consist of multiple internal components (databases, nodes, etc).
6+
7+
8+
Review Date: 28.01.2024
9+
10+
## Documentation
11+
- User Guide in the doc folder of this repository
12+
13+
# License
14+
15+
Copyright (c) 2023 Oracle and/or its affiliates.
16+
17+
Licensed under the Universal Permissive License (UPL), Version 1.0.
18+
19+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)