0.0.11 • Published 3 years ago

dendro-cli v0.0.11

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

dendro-cli

Core CLI for dendroflumechuck

oclif Version Downloads/week License

Usage

$ npm install -g dendro-cli
$ dendro COMMAND
running command...
$ dendro (-v|--version|version)
dendro-cli/0.0.10 linux-x64 node-v14.15.3
$ dendro --help [COMMAND]
USAGE
  $ dendro COMMAND
...

Commands

dendro clean

removes the existing cache from disk

USAGE
  $ dendro clean

OPTIONS
  -L, --level=debug|info|warn|error|fatal  [default: info] set the log level
  -h, --help                               show CLI help

See code: src/commands/clean.ts

dendro configure

configuring collector/agent setup of log sources

USAGE
  $ dendro configure

OPTIONS
  -L, --level=debug|info|warn|error|fatal  [default: info] set the log level
  -h, --help                               show CLI help

See code: src/commands/configure.ts

dendro deleteResources

USAGE
  $ dendro deleteResources

See code: src/commands/deleteResources.ts

dendro deploy

Describe the command here

USAGE
  $ dendro deploy

OPTIONS
  -L, --level=debug|info|warn|error|fatal  [default: info] set the log level
  -h, --help                               show CLI help

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/deploy.ts

dendro help [COMMAND]

display help for dendro

USAGE
  $ dendro help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

dendro list

describe the command here

USAGE
  $ dendro list

OPTIONS
  -L, --level=debug|info|warn|error|fatal  [default: info] set the log level
  -h, --help                               show CLI help

EXAMPLE
  $ dendro list
  Roles
  Buckets
  Firehose streams
  Lambda
  Timestream

See code: src/commands/list.ts

dendro logs

logs cloudwatch logs

USAGE
  $ dendro logs

OPTIONS
  -L, --level=debug|info|warn|error|fatal  [default: info] set the log level
  -h, --help                               show CLI help

See code: src/commands/logs.ts

dendro query [QUERYSTRING]

queries the database

USAGE
  $ dendro query [QUERYSTRING]

OPTIONS
  -L, --level=debug|info|warn|error|fatal  [default: info] set the log level
  -h, --help                               show CLI help

See code: src/commands/query.ts

dendro start:server

describe the command here

USAGE
  $ dendro start:server

OPTIONS
  -h, --help  show CLI help

See code: src/commands/start/server.ts

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1-a

3 years ago

0.0.1

3 years ago