Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.
This repository was archived by the owner on May 22, 2026. It is now read-only.

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
    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