Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

File extensions does not have to be .alert .dashboard

Open
#5 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
32/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
cli

Research direction

Start by tracing how the pull and push commands determine resource file extensions; the issue does not name specific files or tests. Confirm that alert and dashboard resources can consistently use .json, and verify that both commands still read and write the same extension when the resource type is supplied.

Written by the indexing model from the issue text.

Description

enhancement

We are talking about the files where wavectl stores the json representation of resources. ( Alerts or Dashboards)

The file syntax is actually .json.
So for IDE support aspect, it makes sense to use the extension json.

The wavectl command could read the expected extension in an environment variable. But, I am actually not sure whether this is necessary. I do not think there is anything fundamental in the implementation that would break if we changed the .alert extension to .json.

In wavectl commands the user needs to specify the resource type already. For example
wavectl pull

alert
wavectl push dashboard

So as long as the pull and the push command's file extension expectations are the same, using .json should work simply.

Dominant language
Python
Stars
16
Forks
10
PR merge metrics
No merged PRs in 30d

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.

More from box/wavectl

All issues in box/wavectl

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.