influxdata / influxdata/influx-cli
[2.0] Improve "influx template validate"
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 75
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
Proposal:
Add a message to "influx template validate" confirming that validation succeeded.
Current behavior:
❯ influx template validate -f https://raw.githubusercontent.com/influxdata/community-templates/master/linux_system/linux_system.yml
❯
Desired behavior:
A message like "Template is valid" when validation succeeded.
Alternatives considered:
❯ echo $?
0
Use case:
It's difficult to understand if the command failed or not without any message.
Contributor guide
No contributing guide indexed for this repository
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 with the `influx template validate` command and reproduce it using the template URL shown in the issue. Add confirmation that validation succeeded, then rerun the command to verify that a successful validation prints a clear message instead of returning silently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100