@pencilbooth/import v1.1.0
PencilBooth - Audience Importer
Description
This npm package is designed to import a CSV file into a Pencilbooth application. It provides the ability to specify the path to the CSV file as well as the Organization ID and environment via command line arguments. Additionally, it supports the use of AWS profiles via the --aws-profile argument.
To use this package, you would first need to install it via npm. Once installed, you can run it using the --csv, --org, and --env arguments to specify the CSV file path, organization ID, and environment respectively. If you wish to use an AWS profile, you can provide the profile name using the --aws-profile argument.
For example, the command to import a CSV file located at /path/to/csv for organization ID 123 and environment dev using the pencilbooth AWS profile would be:
$ pb-import --csv /path/to/file.csv --org pb_123ABC --env dev --aws-profile pencilbooth