2.0.0 • Published 4 years ago

@fastcode.cloud/fastcode-cli v2.0.0

Weekly downloads
14
License
MIT
Repository
github
Last release
4 years ago

fastcode-cli

fastcode cli tool

oclif Version Downloads/week License

Usage

$ 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

Connect your current machine as edge device to your fastcode account

USAGE
  $ fastcode connect-device

See code: src/commands/connect-device.ts

fastcode deploy

Deploy 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-code

Publish your code to fastcode.

USAGE
  $ fastcode publish-code

See code: src/commands/publish-code.ts

2.0.0

4 years ago

1.0.0

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.7

4 years ago

0.1.4

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago