Extractor Tool
Update
This command will update the csv within a project. This is often useful for projects with frequently updating databases and look up tables to keep the extractor up to date.
To update a local project, run the following
aluma update <project> <update>To update a deployed project live on the service, run
aluma update <project> <update> -r -c <name>where the <name> is populated with the name of the required account to upload to in the contexts file.
Note that in versions previous to 8.0.0.718, the aluma CLI was called extractortool. In the above commands simply replace 'aluma' with 'extractortool' if you are using these older versions.
To check your current version run either
aluma --versionor
extractortool --version
Updated 20 days ago
