Skip to content

Add the ability to pass token/password to hub-tool using CLI switches or environment vars #176

@slmingol

Description

@slmingol

Description
Add the ability to pass token/password to hub-tool using CLI switches or environment vars. Other CLI's like docker do this for comparison.

$ hub-tool/hub-tool login <user> --password-stdin <<<$(echo "password")

Do something similar with LastPass's CLI

$ docker login -u $(lpass show --username 'dockeruser') --password-stdin <<<$(lpass show --password 'dockerpass')

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions