atlas

command module
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2016 License: MIT Imports: 9 Imported by: 0

README

A cli tool for query atlas.hashicorp.com artifacts. It will print each matching atlas artifact version.

Install

curl -L https://github.com/lalyos/atlas/releases/download/v0.0.2/atlas_0.0.2_$(uname)_x86_64.tgz | tar -xz -C /usr/local/bin/ 

Usage

$ atlas -u sequenceiq -a docker -t openstack.image

sequenceiq/docker/openstack.image/1

Filtering

You can filter by any metadata.

atlas -u sequenceiq -a cloudbreak -t openstack.image -m cloudbreak_image_version=1.2.0-v1

Custom format

You can use the --format or -f short option to define a custom template. See ArtifactVersion godoc for available fields. See pkg/text/template godoc to learn about golang template syntax.

atlas -u sequenceiq -a docker -t openstack.image -f '{{json .}}'

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL