Skip to content

Instantly share code, notes, and snippets.

@arbales
Created May 3, 2012 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arbales/2582170 to your computer and use it in GitHub Desktop.
Save arbales/2582170 to your computer and use it in GitHub Desktop.
$ 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