Created
May 3, 2012 00:33
-
-
Save arbales/2582170 to your computer and use it in GitHub Desktop.
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
$ chrome app:push | |
# Checking manifest… [ OK ] | |
# Creating zip ball… [ OK ] | |
# Uploading to chrome.google.com [ OK ] | |
# Pushed `Kitten App v1.0.12` | |
# | |
# See chrome -h app:publish for publishing help. | |
$ chrome app:publish latest --app $CHROME_APP_IDENTIFIER | |
# Validating manifest… [ OK ] | |
# Publishing `Kitten App v1.0.12` [ OK ] | |
# | |
# Application Published | |
# https://chrome.google.com/webstore/detail/jabappfiigabnkfjcjpcykdbneipbtjh | |
$ chrome app:publish latest -p *@foo.com | |
# Validating manifest… [ OK ] | |
# Publishing `Kitten App v1.0.12-test` for `*@foo.com` | |
# | |
# Application Published for Testing | |
# https://chrome.google.com/webstore/detail/jppfgufiigabewkfjcjpcykdbneipbtiu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment