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
- Host: GitHub
- URL: https://github.com/base-cms/scripts
- Owner: base-cms
- License: mit
- Created: 2019-11-05T22:08:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:20:36.000Z (over 3 years ago)
- Last Synced: 2025-03-18T08:24:02.892Z (over 1 year ago)
- Language: JavaScript
- Size: 245 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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