Skip to content

Nixlord/pravega

Repository files navigation

Framework for small dev teams to leverage the power of cloud easily

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g pravega
$ pravega COMMAND
running command...
$ pravega (-v|--version|version)
pravega/0.1.1 win32-x64 node-v10.16.3
$ pravega --help [COMMAND]
USAGE
  $ pravega COMMAND
...
$ npm install -g pravega
$ pravega COMMAND
running command...
$ pravega (-v|--version|version)
pravega/0.1.0 win32-x64 node-v10.16.3
$ pravega --help [COMMAND]
USAGE
  $ pravega COMMAND
...

Commands

pravega git [FEATURE]

This is for automating best practices git workflow. (Master, Dev, Hotfix concurrently)

USAGE
  $ pravega git [FEATURE]

OPTIONS
  -f, --feature=feature  feature wise branch change along with automatic stash/worktree management.
  -h, --help             show CLI help

See code: src\commands\git.ts

pravega hello [FILE]

describe the command here

USAGE
  $ pravega hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ pravega hello
  hello world from ./src/hello.ts!

See code: src\commands\hello.ts

pravega help [COMMAND]

display help for pravega

USAGE
  $ pravega help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

pravega publish

Once complete, this sub command will publish the code to different places it belongs.

USAGE
  $ pravega publish

OPTIONS
  -d, --dev
  -h, --help  show CLI help
  -p, --prod

DESCRIPTION
  For Example,
  stateless functions go to firebase,
  react web app goes to github pages, firebase hosting and heroku hosting at once.
  stateful web api goes to heroku,
  so does python ML api written in flask.
  Code also gets pushed to its repository.

See code: src\commands\publish.ts

About

Will hold the main CLI and the Desktop app to generate the project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published