Skip to content

Instantly share code, notes, and snippets.

Created August 1, 2013 00:19
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 anonymous/6127447 to your computer and use it in GitHub Desktop.
Save anonymous/6127447 to your computer and use it in GitHub Desktop.
$ ../jitsu/bin/jitsu databases create couch moneycheckers --debug
info: Welcome to Nodejitsu kemar89
info: jitsu v0.12.15, node v0.8.16
info: It worked if it ends with Nodejitsu ok
info: Executing command databases create couch moneycheckers
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/databases/kemar89/moneycheckers',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false,
debug: body: '{"type":"couch"}' }
debug: { statusCode: 404,
debug: result: { error: 'Max Attempts hit' } }
error: Database with name moneycheckers already exists
info: Try again with a new database name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment