c9-core/plugins/c9.cli.publish
nightwing 2e46a79bfe only include plugins from package.json in built extension 2015-08-28 14:36:59 +04:00
..
README.md
install.js Fix tests (unable to add new test) 2015-08-05 02:53:57 +00:00
list.js Tweaks to c9 list command 2015-07-03 19:50:46 +00:00
publish.git.sh
publish.js only include plugins from package.json in built extension 2015-08-28 14:36:59 +04:00
publish_test.git.sh
publish_test.js Removed 'use mocha' from codebase. Fixed issue with architect_resolver_test that lennart reported. 2015-08-25 10:51:36 +00:00

README.md

=== Listing plugins When running in debug mode use the following env variables to work with the dev api:

NODE_TLS_REJECT_UNAUTHORIZED=0 C9_APIHOST=api.c9.dev

Also ensure you run api locally.

=== Installing plugins To install you need to specify a projectId on the command line. Go to https://api.c9.dev/user/projects and get an id of a project you own then add:

C9_PID=

before c9 install

Curl command to test installing:

curl -XPOST -k -v -u timjrobinson:password https://api.c9.dev/projects/90/install/awesome/0.0.1

Example install command:

NODE_TLS_REJECT_UNAUTHORIZED=0 C9_APIHOST=api.c9.dev C9_PID=90 c9 install

NODE_TLS_REJECT_UNAUTHORIZED=0 C9_APIHOST=api.cloud9beta.com c9 install