Skip to content
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

[FeatureRequest] Improve the output of the list-tools command #205

Open
janosmurai opened this issue Aug 15, 2024 · 3 comments
Open

[FeatureRequest] Improve the output of the list-tools command #205

janosmurai opened this issue Aug 15, 2024 · 3 comments
Labels
enhancement New feature or request hacktoberfest Issue to help with during Hacktoberfest2023

Comments

@janosmurai
Copy link
Contributor

janosmurai commented Aug 15, 2024

Highlighting

In the output of the dem list-tools command using the color #8f64eb highlight the following text:

Local Tool Images

In the output of the dem list-tools --reg command using the color #8f64eb highlight the following text:

Available Tool Images from all registries

Add pager option to the output

The user should be able to enable the pager mechanism for the dem list-tools and dem list-tools --reg commands.

This should be an entry in the config file.


For axem internal use only:
Jira: https://axem.atlassian.net/browse/DEM-286

@janosmurai janosmurai added the enhancement New feature or request label Aug 15, 2024
@janosmurai janosmurai added the hacktoberfest Issue to help with during Hacktoberfest2023 label Sep 12, 2024
@meet0806
Copy link

@janosmurai How can I add tools ??
image

@janosmurai
Copy link
Contributor Author

Unfortunately, I've introduced a new bug in the latest release... For new DEM users, the default config file gets created with an invalid config. Please locate the .config file and manually change the "registries" with this registry config:

{
            "name": "axem",
            "namespace": "axemsolutions",
            "url": "https://registry.hub.docker.com"
}

On Linux, the config file is under /home/{user}/.config/axem/dem/config.json.
On Windows, which is not yet supported by the way, is I guess somewhere in the C:\Users\zalav.config\axem\dem.

@meet0806
Copy link

it's working now thank you for your help
image

Unfortunately, I've introduced a new bug in the latest release... For new DEM users, the default config file gets created with an invalid config. Please locate the .config file and manually change the "registries" with this registry config:

{
            "name": "axem",
            "namespace": "axemsolutions",
            "url": "https://registry.hub.docker.com"
}

On Linux, the config file is under /home/{user}/.config/axem/dem/config.json. On Windows, which is not yet supported by the way, is I guess somewhere in the C:\Users\zalav.config\axem\dem.

@meet0806 meet0806 mentioned this issue Sep 23, 2024
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Issue to help with during Hacktoberfest2023
Projects
None yet
Development

No branches or pull requests

2 participants