11# Wavefront CLI
22
33[ ![ Test] ( https://github.com/snltd/wavefront-cli/actions/workflows/test.yml/badge.svg )] ( https://github.com/snltd/wavefront-cli/actions/workflows/test.yml )
4- ![ Release] ( https://github.com/snltd/wavefront-sdk/ workflows/Release /badge.svg )
4+ [ ![ Release] ( https://github.com/snltd/wavefront-cli/actions/ workflows/release.yml /badge.svg )] ( https://github.com/snltd/wavefront-cli/actions/workflows/release.yml )
55[ ![ Gem Version] ( https://badge.fury.io/rb/wavefront-cli.svg )] ( https://badge.fury.io/rb/wavefront-cli )
66![ ] ( http://ruby-gem-downloads-badge.herokuapp.com/wavefront-cli?type=total )
77
88This is a complete command-line interface to
9- [ Wavefront] ( https://www.wavefront.com/ ) 's API. It also provides easy ways to get
10- data into Wavefront.
9+ [ Tanzu Observability] ( https://www.broadcom.com/products/software/aiops-observability/tanzu-observability ) ,
10+ formerly known as Wavefront. Throughout this document it will be referred to by
11+ its old name.
12+
13+ As well as covering the Wavefront API, the CLI also makes it easy to get data
14+ into Wavefront from the command-line.
1115
1216The gem is hosted [ on Rubygems] ( https://rubygems.org/gems/wavefront-cli ) and can
1317be installed with
@@ -16,18 +20,17 @@ be installed with
1620$ gem install wavefront-cli
1721```
1822
19- It is built on [ our Wavefront Ruby SDK] ( https://github.com/snltd/wavefront-sdk )
23+ It is built on my [ Wavefront Ruby SDK] ( https://github.com/snltd/wavefront-sdk )
2024and requires Ruby >= 3.1. It has no "native extension" dependencies.
2125
2226For a far more comprehensive overview/tutorial, please read
23- [ this article] ( https://sysdef.xyz /article/wavefront-cli ) .
27+ [ this article] ( https://tech.id264.net /article/wavefront-cli ) .
2428
2529```
26- $ wf --help
2730Wavefront CLI
2831
2932Usage:
30- wf [options] command [options]
33+ wf command [options]
3134 wf --version
3235 wf --help
3336
@@ -36,7 +39,7 @@ Commands:
3639 alert view and manage alerts
3740 apitoken view and your own API tokens
3841 cloudintegration view and manage cloud integrations
39- config create and manage local configuration
42+ config create and manage local configuration, and display debug info
4043 dashboard view and manage dashboards
4144 derivedmetric view and manage derived metrics
4245 event open, close, view, and manage events
@@ -45,6 +48,7 @@ Commands:
4548 link view and manage external links
4649 message read and mark user messages
4750 metric get metric details
51+ metricspolicy view and manage metrics policies
4852 notificant view and manage Wavefront alert targets
4953 proxy view and manage proxies
5054 query run Wavefront queries
@@ -304,7 +308,7 @@ $ wf write point cli.example -- -10
304308$ wf write point cli.example "\-10"
305309```
306310
307- You can even write distibutions . Either list every number individually, or use
311+ You can even write distributions . Either list every number individually, or use
308312` x ` to specify multiples of any value. You can mix and match within the same
309313line.
310314
0 commit comments