Replies: 1 comment 3 replies
-
Hi @FloSch62 What is possible is to have a flag that one can provide to |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
Currently, when using the inspect --all command, the output displays the path of the .clab.yml file relative to the point of execution. This relative path can lead to confusion, especially when multiple lab configurations with the same filename exist in different directories.
Proposed Enhancement:
I propose an enhancement to the inspect --all command to show the full path of the .clab.yml file instead of the relative path. This change will make it much clearer to distinguish which specific lab configuration file is being used, particularly in environments where similar or identical filenames are common in different directories.
Justification:
This enhancement will significantly improve usability for users managing multiple lab environments, as it will prevent any ambiguity about which lab configuration is active or inspected, thereby reducing errors and improving workflow efficiency.
Example:
Instead of displaying ../cfg-clos.clab.yml, the output would show /home/user/labs/clos/cfg-clos.clab.yml.
Beta Was this translation helpful? Give feedback.
All reactions