Commands

The Ingestr CLI comes with a number of convenience commands to bootstrap your loader and get started right away, such as:

  • configure - Configure the local machine for development

  • init - Creates a new loader bootstrapped and ready for development

  • run - Runs the local development version of the loader to help debug

  • build - Build, test and package the loader ready

  • deploy - Deploys the built loader to the Ingestr Server (Ingestr-SE Only)

Configure

ingestr configure

Running the 'configure' command set default values for commonly used configuration parameters of the CLI (for example the Ingestr Server URL) so these do not need to be provided

Init

ingestr init

Interactively creates a new loader asking for required parameters as needed

Last updated

Was this helpful?