uselagoon / uselagoon/lagoon-cli
Output `lagoon get environment` in a nicer format.
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 28
- Forks
- 14
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 1
Description
Currently the output of lagoon get environment -p PROJECT -e ENVIRONMENT is really wide.
Can we please have it in a nicer output, which would allow us to also grep things? Something like lagoon get environment -p PROJECT -e ENVIRONMENT | autoidle for example should out put something like: autoidle: 1. Routes and other multi-value things would be rendered in new lines too.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running lagoon get environment -p PROJECT -e ENVIRONMENT and trace the command's current output formatting. Done means scalar values such as autoidle can be grepped as autoidle: 1, while routes and other multi-value fields appear on separate lines.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100