Skip to content

Conversation

@benformosa
Copy link

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 few things that I was unsure about:

  • Naming - I've created a new wrapper function do_show_os_network_config. I've only used the do_ prefix because I've seen it elsewhere. It's not ideal, and the two functions could possibly be merged.
  • Updating the oci-network-config command. In my testing, I couldn't seem my new subcommand.

@oracle-contributor-agreement
Copy link

Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
The following contributors of this PR have not signed the OCA:

To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application.

When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated.

If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. label Nov 13, 2025
Support any output mode for `show_os_network_config`.

Signed-off-by: Ben Formosa <ben.formosa@gmail.com>
Add a new subcommand to just show the os network information, which is
sometimes included with the `show` subcommand.

Signed-off-by: Ben Formosa <ben.formosa@gmail.com>
@benformosa benformosa force-pushed the 161_os_network_config_output_mode branch from 07abca7 to d7dc73e Compare November 13, 2025 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Required At least one contributor does not have an approved Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

oci-network-config doesn't display show_os_network_config unless output-mode is table

1 participant