Skip to content

Running Salal

haskelt edited this page May 10, 2021 · 7 revisions

The general format for running salal is

python -m salal <action> [<profile>]

where <profile> is optional. If omitted, the profile will be set to default.

You can build a basic Salal project like this:

python -m salal build

If you create Build profiles, you can specify the profile to use with an additional argument:

python -m salal build test

If you have defined Custom actions, you can replace build with the name of one of those actions:

python -m salal clean

You can also specify a custom action and a profile:

python -m salal deploy production

Clone this wiki locally