-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI for displaying the full system configuration #432
Labels
Comments
elfenpiff
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
Oct 3, 2024
cc @orecham maybe you can provide a bit more details what steps one has to make and also provide a name suggestion directly in the issue description. |
@elfenpiff Made a rough plan, the implementer can take some creative liberties though, if they have ideas that make more sense |
orecham
changed the title
Create
CLI for displaying the full system configuration
Oct 5, 2024
iceoryx2_cli
command to list the full system configuration
brosier01
added a commit
to brosier01/iceoryx2
that referenced
this issue
Oct 14, 2024
brosier01
added a commit
to brosier01/iceoryx2
that referenced
this issue
Oct 14, 2024
brosier01
added a commit
to brosier01/iceoryx2
that referenced
this issue
Oct 15, 2024
brosier01
added a commit
to brosier01/iceoryx2
that referenced
this issue
Oct 15, 2024
brosier01
added a commit
to brosier01/iceoryx2
that referenced
this issue
Oct 17, 2024
…rm coloring + implementation of user confirmation required before deleting current configuration file
brosier01
added a commit
to brosier01/iceoryx2
that referenced
this issue
Oct 21, 2024
…file with the standard configuration path
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
The file
iceoryx2-bb/posix/src/system_configuration.rs
provides the interface to the configuration of all system resources and aprint_system_configuration()
function to show them. Now, sinceiox2
is finally here, we should remove the functionprint_system_configuration()
and move it into aniox2-config
command to show the config from the command line.iox2-config
in the crateiceoryx2-cli
show
to show the currently used configurationgenerate
that generates a default configuration file in the default location thaticeoryx2
looks for itThe text was updated successfully, but these errors were encountered: