0.0.18 • Published 2 months ago

@saidev/theforce v0.0.18

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

TheForce

TheForce is Terminus developer CLI

oclif CircleCI GitHub license

Usage

$ npm install -g @saidev/theforce
$ theforce COMMAND
running command...
$ theforce (--version)
@saidev/theforce/0.0.18 darwin-arm64 node-v20.11.1
$ theforce --help [COMMAND]
USAGE
  $ theforce COMMAND
...

Commands

theforce createapp

create a app config for Terminus

USAGE
  $ theforce createapp [-c <value>]

FLAGS
  -c, --config=<value>  your application config

DESCRIPTION
  create a app config for Terminus

EXAMPLES
  $ theforce createapp

See code: src/commands/createapp.ts

theforce help [COMMANDS]

Display help for theforce.

USAGE
  $ theforce help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for theforce.

See code: @oclif/plugin-help

theforce install

install app to Terminus

USAGE
  $ theforce install [-n <value>] [-a <value>] [-t <value>]

FLAGS
  -a, --auth=<value>   auth token
  -n, --name=<value>   your application name
  -t, --token=<value>  access token

DESCRIPTION
  install app to Terminus

EXAMPLES
  $ theforce install

See code: src/commands/install.ts

theforce updaterepo

push your app to devrepo

USAGE
  $ theforce updaterepo [-p <value>] [-f]

FLAGS
  -f, --force         force upload even if chart version exists
  -p, --path=<value>  your application path

DESCRIPTION
  push your app to devrepo

EXAMPLES
  $ theforce updaterepo

See code: src/commands/updaterepo.ts

0.0.18

2 months ago

0.0.17

4 months ago

0.0.16

5 months ago

0.0.15

5 months ago

0.0.14

6 months ago

0.0.13

6 months ago

0.0.12

6 months ago

0.0.11

6 months ago

0.0.10

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago