@underlay/cli

0.0.1 • Public • Published

udly

CLI utility for downloading datasets specified in underlay.yaml.

Sample underlay.yaml

{
  "name": "test",
  "url": "https://example.org",
  "collections": {
    "pine/kahn-arch-jynpvq9vgg": "0.0.2",
    "pine/nyc-bakery-ar27nxughb": {
      "version": "0.0.20",
      "mapping": {
        "includeNodesByDefault": true,
        "nodes": {
          "Bakery": {
            "rename": "NYCBakery",
            "includeAttributesByDefault": true,
            "attributes": {
              "name": true,
              "location": {
                "rename": "myLocation"
              }
            }
          }
        }
      }
    }
  }
}

Usage

 ~ > npx underlay

underlay: CLI utility for downloading datasets specified in underlay.yaml

Usage:
  - npx underlay download                   Download all datasets specified in underlay.yaml
  - npx underlay -h                         Print Help
  - npx underlay --help                     Print Help

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @underlay/cli

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

17.7 kB

Total Files

7

Last publish

Collaborators

  • octref
  • joelg