@4lch4/dtaid

A CLI utility for managing/supporting a managed instance of Dynatrace.

Usage no npm install needed!

<script type="module">
  import 4lch4Dtaid from 'https://cdn.skypack.dev/@4lch4/dtaid';
</script>

README

@4lch4/dtaid

A CLI utility for managing/supporting a managed instance of Dynatrace.

oclif Version Codecov Downloads/week License

Usage

$ npm install -g @4lch4/dtaid
$ dtaid COMMAND
running command...
$ dtaid (-v|--version|version)
@4lch4/dtaid/0.0.4 darwin-x64 node-v14.16.0
$ dtaid --help [COMMAND]
USAGE
  $ dtaid COMMAND
...

Commands

dtaid autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ dtaid autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ dtaid autocomplete
  $ dtaid autocomplete bash
  $ dtaid autocomplete zsh
  $ dtaid autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

dtaid cluster:license [FILE]

describe the command here

USAGE
  $ dtaid cluster:license [FILE]

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

See code: dist/commands/cluster/license.ts

dtaid commands

list all the commands

USAGE
  $ dtaid commands

OPTIONS
  -h, --help              show CLI help
  -j, --json              display unfiltered api data in json format
  -x, --extended          show extra columns
  --columns=columns       only show provided columns (comma-separated)
  --csv                   output is csv format [alias: --output=csv]
  --filter=filter         filter property by partial string matching, ex: name=foo
  --hidden                show hidden commands
  --no-header             hide table header from output
  --no-truncate           do not truncate output to fit screen
  --output=csv|json|yaml  output in a more machine friendly format
  --sort=sort             property to sort by (prepend '-' for descending)

See code: @oclif/plugin-commands

dtaid config:init [FILE]

describe the command here

USAGE
  $ dtaid config:init [FILE]

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

See code: dist/commands/config/init.ts

dtaid config:paths [FILE]

describe the command here

USAGE
  $ dtaid config:paths [FILE]

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

See code: dist/commands/config/paths.ts

dtaid env:networkzones:get [FILE]

describe the command here

USAGE
  $ dtaid env:networkzones:get [FILE]

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

See code: dist/commands/env/networkzones/get.ts

dtaid env:oneagents:get [FILE]

describe the command here

USAGE
  $ dtaid env:oneagents:get [FILE]

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

See code: dist/commands/env/oneagents/get.ts

dtaid help [COMMAND]

display help for dtaid

USAGE
  $ dtaid help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help