Skip to content

Instantly share code, notes, and snippets.

@fusspawn
Created October 25, 2017 21:50
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 fusspawn/76ce58616050c1956315b026e7c03ab6 to your computer and use it in GitHub Desktop.
Save fusspawn/76ce58616050c1956315b026e7c03ab6 to your computer and use it in GitHub Desktop.
C:\Users\paul
λ captainduckduck
Usage: index [options] [command]
CLI tool for CaptainDuckDuck. See CaptainDuckDuck.com for more details.
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
login Login to a CaptainDuckDuck machine. You can be logged in to multiple machines simultaneously.
logout Logout from a specific Captain machine.
list List all Captain machines currently logged in.
deploy Deploy your app (current directory) to a specific Captain machine. You'll be prompted to choose your Captain machine.
help [cmd] display help for [cmd]
C:\Users\paul
λ captainduckduck login
module.js:471
throw err;
^
Error: Cannot find module 'C:\Users\paul\index-login'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment