0.1.1 • Published 3 years ago

@budibase-version-manager/cli v0.1.1

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

budibase-version-manager

Manage application versions inside Budibase via CLI.

oclif Version Downloads/week License

Usage

$ npm install -g @budibase-version-manager/cli
$ bbvm COMMAND
running command...
$ bbvm (-v|--version|version)
@budibase-version-manager/cli/0.1.1 win32-x64 node-v14.17.3
$ bbvm --help [COMMAND]
USAGE
  $ bbvm COMMAND
...

Commands

bbvm application

Manage Budibase applications.

USAGE
  $ bbvm application

OPTIONS
  -H, --host=host  the host:port of the Budibase backend.
  -h, --help       show CLI help

ALIASES
  $ bbvm application:list
  $ bbvm applications:list
  $ bbvm applications

See code: src/commands/application/index.ts

bbvm application:create [NAME]

Manage Budibase applications.

USAGE
  $ bbvm application:create [NAME]

OPTIONS
  -H, --host=host          the host:port of the Budibase backend.
  -h, --help               show CLI help
  -s, --template-stdin     read the template string from stdin.
  -t, --template=template  use an application template file.

ALIASES
  $ bbvm applications:create

See code: src/commands/application/create.ts

bbvm application:delete [ID]

Manage Budibase applications.

USAGE
  $ bbvm application:delete [ID]

OPTIONS
  -H, --host=host  the host:port of the Budibase backend.
  -h, --help       show CLI help

ALIASES
  $ bbvm applications:delete

See code: src/commands/application/delete.ts

bbvm application:export [ID]

Manage Budibase applications.

USAGE
  $ bbvm application:export [ID]

OPTIONS
  -H, --host=host  the host:port of the Budibase backend.
  -f, --file=file  save the application export to file.
  -h, --help       show CLI help
  -p, --pretty     pretty-print the output JSON

ALIASES
  $ bbvm applications:export

See code: src/commands/application/export.ts

bbvm help [COMMAND]

display help for bbvm

USAGE
  $ bbvm help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

bbvm login

Login to a Budibase service.

USAGE
  $ bbvm login

OPTIONS
  -H, --host=host  (required) the host:port of the Budibase backend.
  -h, --help       show CLI help
  -i, --insecure
  -p, --pass=pass  (required) the password to authenticate with.
  -u, --user=user  (required) the user/email to authenticate with.

See code: src/commands/login.ts

bbvm logout

Logout from the current Budibase service.

USAGE
  $ bbvm logout

OPTIONS
  -H, --host=host  the host:port of the Budibase backend.
  -h, --help       show CLI help

See code: src/commands/logout.ts

bbvm modify:datasource [NAME]

Update the datasource details of Budibase JSON export.

USAGE
  $ bbvm modify:datasource [NAME]

OPTIONS
  -H, --host=host            the host:port of the Budibase backend.
  -f, --file=file            file to save output to.
  -h, --help                 show CLI help
  -i, --input=input          load input JSON from file.
  -p, --pretty               pretty-print the output JSON. Please note that prettyprinted JSON cannot be imported.
  --config:db=config:db      new datasource database.
  --config:host=config:host  new datasource host.
  --config:pass=config:pass  new datasource password.
  --config:port=config:port  new datasource port.
  --config:ssl               new datasource connection SSL status.
  --config:user=config:user  new datasource user.

See code: src/commands/modify/datasource.ts

bbvm status

describe the command here

USAGE
  $ bbvm status

OPTIONS
  -H, --host=host  the host:port of the Budibase backend.
  -h, --help       show CLI help

See code: src/commands/status.ts