Created
May 13, 2017 18:00
-
-
Save kmccarth/ddd8312c3fdf7e7b2f09016ec0ae67b0 to your computer and use it in GitHub Desktop.
jira clli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Run first: chmod +x jira_cli_install.sh; | |
echo "Installing gem..."; | |
sudo gem install terjira; | |
echo "Logging into Jira, here are values for prompt:"; | |
echo "Site: https://ventureapp.atlassian.net Context path:jira Username: [email protected] Password: \n" | |
jira login; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment