Commit graph

2 commits

Author SHA1 Message Date
Blayne Campbell
2668788683
add tags to map info cli output (#105)
* add tags to map info cli output

* simplify map list range expression
2022-08-25 16:15:58 -07:00
Blayne Campbell
ffeb401377
add 'map' cli command to provide map information (#100)
* add 'map' cli command

- provides the following map information functions:
  - list all available maps in the global registry
  - display map metadata

- update docs with map command examples

* add list and info subcommands to map cli command

* rename map command list and info factory functions

* add --all flag to map info subcommand

* handle cmd.Help error
2022-08-09 15:06:28 -07:00