-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Raising more awareness of this great tool #1671
Comments
|
Hey @suzuki-shunsuke I am a bit of a newbie to aqua but i noticed the following things that make it hard to start:
https://dev.to/suzukishunsuke/support-building-tools-written-in-go-2l10 when you do this, the cli commands do not do what the docs say. Its because of versioning perhaps.
It would be better if it showing you things in a progressive learning way.
Then you can parse the json and then do the next command chain. NATS cli does this and its a god send.
|
I agree it is one of the best tools out there. Better than brew or hermit so far. |
The docs style here is less messy IMHO |
Thank you for your feedback. Blog and docs and code dont matchup.
We don't maintain Blog posts after publishing once, so they would be old when the time passes. Regarding https://dev.to/suzukishunsuke/support-building-tools-written-in-go-2l10 , The docs are messy.
Thank you for your feedback. In my expectation, users would be able to learn aqua gradually as the following.
Many users can start using aqua by reading them.
We provide the search powered by Algolia, so you can find the information properly. But maybe we can arrange the document. Especially, It would be way easier to integrate aque into automation workflows if each aqua command has a flag to output the result as json
Please create an issue if you have any proposal. |
I have arranged the document and added the guide. We improve the document continuously. |
Here is an example golang cli that has Json output https://github.com/nats-io/natscli If you honk it’s a good idea . I think the command option is like: —output-json it’s nice becauuse you can hook into the cli and do automation ! Allows to build higher level systems with coupling |
Thank you for your comment. |
Sort of shows the json thing |
I understood. Thanks. Regarding I want to know
|
It’s up to you I think all commands in nats can output json . That’s the point if you know what I mean |
I see. Thank you. |
Created a related discussion. |
Discussed in https://github.com/orgs/aquaproj/discussions/1650
Originally posted by sheldonhull February 20, 2023
Let's brainstorm.
This is one of the best tools for setting up my CI & local environment to be similar and far better than a bunch of custom bash scripts.
Because it offers version pinning it provides better control in CI than using brew and is far faster typically.
I want others to be aware of it.
A few ideas:
The text was updated successfully, but these errors were encountered: