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

Add --env-prefix to encrypt-file command #697

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 19, 2020

  1. Add --env-prefix to encrypt-file command

    When running the encrypt-file command, the travis client adds two encrypted environment variables to the project configuration (for example: encrypted_123456789ab_key and encrypted_123456789ab_iv).
    The prefix of the name of these two variables is randomly generated.
    In order to specify this prefix we can now use this new --env-prefix option.
    For example:
    travis encrypt-file --env-prefix myprefix
    Will generate two variables named myprefix_key and myprefix_iv
    mlocati committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    5678b8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45e5efe View commit details
    Browse the repository at this point in the history