{"id":18554332,"url":"https://github.com/oracle/oci-toolkit-intellij","last_synced_at":"2025-04-09T23:31:12.769Z","repository":{"id":66212441,"uuid":"317343606","full_name":"oracle/oci-toolkit-intellij","owner":"oracle","description":"Oracle Cloud Infrastructure Toolkit for IntelliJ","archived":false,"fork":false,"pushed_at":"2024-08-20T01:35:54.000Z","size":1079,"stargazers_count":8,"open_issues_count":4,"forks_count":9,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-24T13:36:58.695Z","etag":null,"topics":["autonomous","cloud","database","intellij-plugin","java","oracle"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"upl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oracle.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-30T20:54:55.000Z","updated_at":"2025-01-27T09:13:20.000Z","dependencies_parsed_at":"2024-03-12T23:35:43.717Z","dependency_job_id":"0e54ec4d-9793-4102-8128-3580a8afa02a","html_url":"https://github.com/oracle/oci-toolkit-intellij","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Foci-toolkit-intellij","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Foci-toolkit-intellij/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Foci-toolkit-intellij/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Foci-toolkit-intellij/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oracle","download_url":"https://codeload.github.com/oracle/oci-toolkit-intellij/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248129637,"owners_count":21052610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autonomous","cloud","database","intellij-plugin","java","oracle"],"created_at":"2024-11-06T21:21:21.348Z","updated_at":"2025-04-09T23:31:09.529Z","avatar_url":"https://github.com/oracle.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oracle Cloud Infrastructure Toolkit for IntelliJ\n\nThe Oracle Cloud Infrastructure Toolkit for IntelliJ is an open source plugin maintained by Oracle for the IntelliJ IDEA Integrated Development Environment (IDE).\n\n#### The toolkit for IntelliJ IDEA features support for creating the Autonomous Database with the following workload types:\n\n* Data Warehouse \n* Transaction Processing \n* JSON\n* APEX\n\n#### The toolkit also features support for the following actions on the database instances:\n\n* Administrator Password Change\n* Clone Autonomous Database Instance\n* Download Client Credentials (Wallet)\n* Restore Instance\n* Scale Up / Down\n* Start / Stop Database Instance\n* Terminate Database Instance\n* Update License Type\n* Display Autonomous Database Instance Information\n\n## Configuring the toolkit\n\nThe toolkit requires basic configuration, like user credentials and tenancy OCID. This information can be provided by using a configuration file.\n\nThe default path and recommended file name of configuration file for toolkit is ``$HOME/config``.\n\nYou can add multiple profiles with different values for these entries in the configuration file, then you can specify which profile to load in the ``Configure`` dialog.\n\nLike some Oracle Cloud Infrastructure SDKs, the toolkit requires a ``DEFAULT`` profile. Add profiles to the configuration file as given in the following example.\n\n```\n[DEFAULT]\nuser=ocid1.user.oc1..\u003cunique_ID\u003e\nfingerprint=\u003cyour_fingerprint\u003e\nkey_file=~/.oci/oci_api_key.pem\ntenancy=ocid1.tenancy.oc1..\u003cunique_ID\u003e\nregion=us-ashburn-1\n\n[ADMIN_USER]\nuser=ocid1.user.oc1..\u003cunique_ID\u003e\nfingerprint=\u003cyour_fingerprint\u003e\nkey_file=keys/admin_key.pem\npass_phrase=\u003cyour_passphrase\u003e\n```\n\nFor more details, see [SDK and CLI Configuration File](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm).\n\n## Installation\n\nThe latest version of toolkit can be downloaded from the [releases section on GitHub](https://github.com/oracle/oci-toolkit-intellij/releases).\n\nTo install, go to ``Plugins tab`` in ``IDE settings / preferences`` and choose ``Install Plugin from Disk``. Browse the downloaded file and select to install.\n\n## Uninstalling the Toolkit\n\nTo uninstall, go to ``Plugins`` section in IDE settings / preferences, choose ``OCI Toolkit plugin`` under Installed list and uninstall.\n\n## Changes\n\nSee [CHANGELOG](./CHANGELOG.md).\n\n## Contributing\n\nTo contribute, see [CONTRIBUTING](./CONTRIBUTING.md) for details.\n\n## Building the Toolkit\n\n  1. Clone the project ``oci-toolkit-intellij`` using 'Get from VCS' in IntelliJ or by running the command,\n     git clone https://username@github.com/oracle/oci-toolkit-intellij.git\n  2. Download ``oci-java-sdk-2.1.0.zip`` from [oci-java-sdk  2.1.0](https://github.com/oracle/oci-java-sdk/releases/tag/v2.1.0) and extract.\n  3. Copy ``oci-java-sdk-2/lib/oci-java-sdk-full-2.1.0.jar`` to ``oci-toolkit-intellij/lib/sdk`` folder and copy ``oci-java-sdk-2/third-party/lib/resilience4j-circuitbreaker-1.2.0.jar`` to ``oci-toolkit-intellij/lib/thirdparty`` folder.\n  4. Build the plugin using the Gradle ``build`` target.\n  5. After the successful build, install ``oci-toolkit-intellij/build/distributions/oci-intellij-plugin-x.y.z.zip`` through IntelliJ's plugin wizard.\n\n## Security\n\nPlease consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process\n\n## License\n\nCopyright (c) 2021, 2023 Oracle and/or its affiliates.\n\nLicensed under the Universal Permissive License v 1.0 as shown at https://opensource.oracle.com/licenses/upl\n\nSee [LICENSE](./LICENSE.txt) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle%2Foci-toolkit-intellij","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foracle%2Foci-toolkit-intellij","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle%2Foci-toolkit-intellij/lists"}