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

Allow encryption of multiple variables #4

Closed
saulshanabrook opened this issue Jan 16, 2013 · 5 comments
Closed

Allow encryption of multiple variables #4

saulshanabrook opened this issue Jan 16, 2013 · 5 comments
Assignees
Labels
Milestone

Comments

@saulshanabrook
Copy link

$ echo secrets.txt
username=random
pasword=random2
$ cat secrets.txt | travis encrypt
Please add the following to your .travis.yml file:

  secure: "gfs4uN5PQcp..."
  secure: "asdfsdfDF..."

Pro Tip™: You can add it automatically by running with --add.
@sarahhodne
Copy link
Contributor

Is this a feature request?

@saulshanabrook
Copy link
Author

Yes, I should have been more clear

Saul Shanabrook
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On Wednesday, January 16, 2013 at 4:46 PM, Henrik Hodne wrote:

Is this a feature request?


Reply to this email directly or view it on GitHub (#4 (comment)).

@sarahhodne
Copy link
Contributor

Ok, just double-checking that it wasn't a bug or something.

I'm working on implementing this right now.

@sarahhodne
Copy link
Contributor

Implemented in #5.

@rkh
Copy link
Contributor

rkh commented Jan 20, 2013

#5 has been merged, --split will be part of the next release.

@rkh rkh closed this as completed Jan 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants