You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2020. It is now read-only.
$ tower --tower-password $(pass tower.example.com) --help
Error: no such option: --tower-password
$ tower job --tower-password $(pass tower.example.com) --help
But the following does:
$ tower job list --tower-password $(pass tower.example.com) --help
Usage: tower-cli job list [OPTIONS]
Return a list of jobs.
If one or more filters are provided through options, filter the results
accordingly.
If no filters are provided, return all results.
Field Options:
....