Complete guide to using the Soul CLI and command-line tools
soul run
- Execute Soul ProgramsRun Command Details
genesis()
function existssoul.json
genesis()
function with no parameterssoul build
- Compile Soul ProgramsBuild Command Details
soul version
- Check Versionsoul update
- Update SoulUpdate Process
pkg
subcommands.
soul pkg init
- Initialize Packagesoul.json
manifest:
soul.json
file with:
soul pkg install
- Install Dependenciessoul.json
:soul pkg list
- List Available Packagessoul pkg search
- Search Packagessoul pkg validate
- Validate Dependenciessoul pkg tidy
- Tidy Dependenciessoul.json
if it doesn’t exist.soul
files for import statementssoul.json
with new dependenciessoul pkg clear-cache
- Clear Cachegenesis()
function as the entry point:
soul.json
)soul.json
file:
Genesis Function Errors
Dependency Errors
Build Errors