1.1.0 • Published 2 years ago

umapdl v1.1.0

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

oclif-hello-world

oclif example Hello World CLI

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g umapdl
$ umapdl COMMAND
running command...
$ umapdl (--version)
umapdl/1.1.0 linux-x64 node-v16.14.0
$ umapdl --help [COMMAND]
USAGE
  $ umapdl COMMAND
...

Commands

umapdl download [DOMAIN] [MAPID]

Downloads a map from uMap using the id of the map. Example: download fr 726257

USAGE
  $ umapdl download [DOMAIN] [MAPID] [-r]

FLAGS
  -r, --resolveRemoteLayers

DESCRIPTION
  Downloads a map from uMap using the id of the map. Example: download fr 726257

EXAMPLES
  $ umapdl download fr 726257

See code: dist/commands/download.ts

umapdl help [COMMAND]

Display help for umapdl.

USAGE
  $ umapdl help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

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

DESCRIPTION
  Display help for umapdl.

See code: @oclif/plugin-help