An open API service indexing awesome lists of open source software.

https://github.com/base-cms/scripts

Post-import cleanup scripts
https://github.com/base-cms/scripts

Last synced: 10 months ago
JSON representation

Post-import cleanup scripts

Awesome Lists containing this project

README

          

# @base-cms/scripts
A collection of post-import cleanup scripts

## Usage
This package provides an interactive CLI for selecting and running scripts.

To get started, you _must_ specify the following variables in a `.env` file at the root of this project:
- `TENANT_KEY`: The Base CMS tenant key to access
- `MONGO_DSN`: The Base CMS mongo connection string (defaults to docker compose mongo instance)

To enter the CLI, execute one of the following from the root of the project:
- `yarn start`

## Contributing