fastcode cli tool
npm install @fastcode.cloud/fastcode-clifastcode-cli
============
fastcode cli tool




sh-session
$ npm install -g @fastcode.cloud/fastcode-cli
$ fastcode COMMAND
running command...
$ fastcode (-v|--version|version)
@fastcode.cloud/fastcode-cli/2.0.0 linux-x64 node-v12.13.0
$ fastcode --help [COMMAND]
USAGE
$ fastcode COMMAND
...
`
Commands
* fastcode connect-device
* fastcode deploy
* [fastcode hello [FILE]](#fastcode-hello-file)
* [fastcode help [COMMAND]](#fastcode-help-command)
* fastcode publish-codefastcode connect-deviceConnect your current machine as edge device to your fastcode account
`
USAGE
$ fastcode connect-device
`_See code: src/commands/connect-device.ts_
fastcode deployDeploy your project to connected Edge Device.
`
USAGE
$ fastcode deploy
`_See code: src/commands/deploy.ts_
fastcode hello [FILE]describe the command here
`
USAGE
$ fastcode hello [FILE]OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ fastcode hello
hello world from ./src/hello.ts!
`_See code: src/commands/hello.ts_
fastcode help [COMMAND]display help for fastcode
`
USAGE
$ fastcode help [COMMAND]ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
`_See code: @oclif/plugin-help_
fastcode publish-codePublish your code to fastcode.
`
USAGE
$ fastcode publish-code
``_See code: src/commands/publish-code.ts_