oci-utils
oci-utils copied to clipboard
Oracle Cloud Infrastructure utilities
It will be great that if we can provide a guideline to install oci-utils on Ubuntu or debian-like system.
In some situations, it looks like warning messages are getting sent to stdout when they should maybe get sent to stderr. I don't know why this warning appears either, as...
Curerent Package ``` oci-utils-0.12.7-1.el7.noarch ``` I checked with others command like `oci-metadata`, and also see ``` ocid: command not found ```
This PR add SECURITY.md file recommended by Global Product Security team as required for all Oracle GitHub repos and the recommended sections in the README.md file
I've created a new branch ol9-main that contains the latest oci-utils code update GitHub Issue: https://github.com/oracle/oci-utils/issues/156
tailscale network interface (or any other) makes this tool error ## ```zsh opc at lda in ~ $ ip link 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT...
We'll create a new branch ol9-main with latest oci-utils code
Fixes #161 This change: - updates the `show_os_network_config` function to support the `output-mode` option. - adds a new subcommand `show-os` to display only the OS network information. I have a...
The only way to output the OS network config is to run `oci-network-config show`. When running `oci-netowork-config show --output-mode json`, nothing is displayed. ```console $ sudo oci-network-config show Cannot show...
Hi Team, I am looking for oci-utils package for Ubuntu OS but could not find any details. Even tried installing it after git clone from this repo "https://github.com/oracle/oci-utils" but that...