wavectl icon indicating copy to clipboard operation
wavectl copied to clipboard

Command Line Client For Wavefront

Results 21 wavectl issues
Sort by recently updated
recently updated
newest added

Bumps [certifi](https://github.com/certifi/python-certifi) from 2017.11.5 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

It would be great to calculate the line coverage !!

testplan

Function and variable names use lowerCamelCase. We should make a general pass over the code to change the naming conventions to snake_case.

enhancement

The resource options https://github.com/box/wavectl/blob/master/doc/CommandReference.md#resource-options do not have dedicated tests. It would be nice to write directed unit tests to them.

testplan

The show command has --in-browser command line option. That command line does not have unit tests. We could write them with using mocking.

testplan

Right now the git integration with the pull command results in commit messages like this ``` hbaba@mbp-005063:~/misc/wavefront ((HEAD detached at d638aa8))$ git lola * dbee3c1 () [2018-01-20 23:46:46 -0800] (master,...

enhancement

If the user has used resource options other than the --customerTag, the column spacing can be suboptimal. For example see here ``` $ ./wavectl show alert --name Kubernetes ID NAME...

bug

In https://pypi.org/project/wavectl/ For example: ![image](https://user-images.githubusercontent.com/6209214/41188746-4136992c-6b77-11e8-9141-f66e1c4e54e0.png) Is the reason the header ? Does it get confused because of that ? Not sure

bug