Skip to content
This repository was archived by the owner on Sep 16, 2020. It is now read-only.
This repository was archived by the owner on Sep 16, 2020. It is now read-only.

--tower-password is only working with commands #337

@abraverm

Description

@abraverm

The following doesn't work:

$ 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:
.... 

Metadata

Metadata

Assignees

No one assigned

    Labels

    blockedcannot be developed at this time for some reasonclickproblems with the click libraryenhancement

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions