https://github.com/jonasgroeger/umapdl
https://github.com/jonasgroeger/umapdl
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonasgroeger/umapdl
- Owner: JonasGroeger
- License: mit
- Created: 2022-03-04T23:03:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T13:04:39.000Z (about 2 years ago)
- Last Synced: 2025-02-18T15:19:27.646Z (2 months ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
oclif-hello-world
=================oclif example Hello World CLI
[](https://oclif.io)
[](https://npmjs.org/package/oclif-hello-world)
[](https://circleci.com/gh/oclif/hello-world/tree/main)
[](https://npmjs.org/package/oclif-hello-world)
[](https://github.com/oclif/hello-world/blob/main/package.json)* [Usage](#usage)
* [Commands](#commands)# Usage
```sh-session
$ 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]`](#umapdl-download-domain-mapid)
* [`umapdl help [COMMAND]`](#umapdl-help-command)## `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, --resolveRemoteLayersDESCRIPTION
Downloads a map from uMap using the id of the map. Example: download fr 726257EXAMPLES
$ umapdl download fr 726257
```_See code: [dist/commands/download.ts](https://github.com/JonasGroeger/umapdl/blob/v1.1.0/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](https://github.com/oclif/plugin-help/blob/v5.1.11/src/commands/help.ts)_