0.1.1 • Published 5 years ago

grandeurcloud v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

grandeurcloud

This command line interface has been designed to let users work with Grandeur Cloud over command prompt

oclif Version Downloads/week License

Usage

$ npm install -g grandeurcloud
$ grandeurcloud COMMAND
running command...
$ grandeurcloud (-v|--version|version)
grandeurcloud/0.1.1 darwin-x64 node-v12.13.1
$ grandeurcloud --help [COMMAND]
USAGE
  $ grandeurcloud COMMAND
...

Commands

grandeurcloud deploy

deploy site to grandeur cloud

USAGE
  $ grandeurcloud deploy

DESCRIPTION
  ...
  This command will deploy the site from local folder to grandeur cloud

See code: src/commands/deploy.js

grandeurcloud help [COMMAND]

display help for grandeurcloud

USAGE
  $ grandeurcloud help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

grandeurcloud init

init a directory as grandeur cloud project workspace

USAGE
  $ grandeurcloud init

DESCRIPTION
  ...
  This command initialize a directory as grandeur cloud project workspace from where you can interact with your project 
  with CLI.

See code: src/commands/init.js

grandeurcloud serve

run a local development server

USAGE
  $ grandeurcloud serve

OPTIONS
  -p, --port=port  port on which server should be started

DESCRIPTION
  ...
  This command will run a local development server in the workspace with auto reload functionality.

See code: src/commands/serve.js

0.1.1

5 years ago

0.1.0

5 years ago

0.0.5

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.0

5 years ago