uselagoon / uselagoon/lagoon-cli

Output `lagoon get environment` in a nicer format.

Open
#133 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

2023-rewrite
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.