Skip to content

store

Help command

> csm-data store --help

 Usage: csm-data store [OPTIONS] COMMAND [ARGS]...                              

 CoAL Data Store command group                                                  
 This group of commands will give you helper commands to interact with the      
 datastore                                                                      

╭─ OPTIONS ────────────────────────────────────────────────────────────────────╮
│ --web-help      Open the web documentation                                   │
│ --help          Show this message and exit.                                  │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────╮
│ dump-to-postgresql  Running this command will dump your store to a given     │
│                     postgresql database                                      │
│ dump-to-s3          Dump a datastore to a S3                                 │
│ list-tables         Running this command will list the existing tables in    │
│                     your datastore                                           │
│ load-csv-folder     Running this command will find all csvs in the given     │
│                     folder and put them in the store                         │
│ rds-send-store      Send all CoAL Datastore content to the results service   │
│                     of the Cosmo Tech API                                    │
│ reset               Running this command will reset the state of your store  │
╰──────────────────────────────────────────────────────────────────────────────╯