c9-core/plugins/c9.cli.publish
Ruben Daniels 9fea731052 Merge pull request +7078 from c9/fix/install-cli
Installer fixes
2015-04-29 15:23:21 -07:00
..
README.md initial commit 2015-02-10 23:41:24 +04:00
install.js Small fixes and typos 2015-04-29 22:06:32 +00:00
list.js more c9 cli tweaks 2015-04-29 04:19:20 +04:00
publish.git.sh do not automatically create tag from publish 2015-04-25 03:24:10 +04:00
publish.js fix text plugin of amd-loader 2015-04-30 00:41:54 +04:00
publish_test.git.sh initial commit 2015-02-10 23:41:24 +04:00
publish_test.js mark tests as server tests 2015-04-15 14:03:54 +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