Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make dotenv get only show the value instead of key=value #313

Merged
merged 1 commit into from Apr 2, 2021

Commits on Mar 28, 2021

  1. Only display value with dotenv get

    The `get` subcommand would return `key=value`, which is impractical to
    retrieve the value of a key in a script.  Since the `key` is already
    known by the caller, there is no point in showing it.
    
    This also makes the output consistent with the documentation for the
    subcommand.
    bbc2 committed Mar 28, 2021
    Copy the full SHA
    d1cd067 View commit details
    Browse the repository at this point in the history