Socket
Book a DemoInstallSign in
Socket

@basemaps/cli-config

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@basemaps/cli-config

CLI for Basemap config

latest
Source
npmnpm
Version
8.9.0
Version published
Maintainers
2
Created
Source

@basemaps/cli-config

CLI for Basemap config

Usage -- Bundle

Bundle config files into config bundle json from a given config path. This is mainly use for linz/basemaps-config CICD process to bundle all the individual config json files into a single JSON bundle.

./build/bin.js bundle --config config/ --assets assets/asset.tar --output config.json

Usage -- Bundle Assets

Create cotar file for the config assets. Creates a cotar file from a directory. This is mainly use for linz/basemaps-config CICD process to create cotar file.

./build/bin.js bundle-assets --assets assets/ --output output/

Usage -- Import

Import all configs from a bundled config.json into dynamo db from a given config path. This is mainly use for linz/basemaps-config repository ci/cd process to deploy the config changes into DynamoDB.

./build/bin.js import --config config.json --commit

Usage -- Create Config

Create a Basemaps configuration from a path to imagery. This is mainly use for linz/basemaps-config repository ci/cd process to deploy the config changes into DynamoDB.

./build/bin.js create-config --path path/ --target target/

FAQs

Package last updated on 09 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts