ziplinectl
Zipline provides a command line utility called ziplinectl
to manage specific parts of your Zipline instance.
Accessing ziplinectl
In the documentation, this value will be referred to as ziplinectl
.
docker compose exec zipline node build/ctl <...>
or
docker compose exec zipline pnpm ctl <...>
pnpm ctl <...>
Help Screen (-h, --help)
Output the help screen for ziplinectl
~/zipline $ ziplinectl -hUsage: ziplinectl [options] [command]control utility for ziplineOptions:-V, --version output the version number-h, --help display help for commandCommands:read-config [options] output the configuration as json, exactly how Zipline sees itlist-users [options] list all usersset-user [options] <property> <value>import-dir [options] <directory>help [command] display help for command
Version (-V, --version)
Output the version of zipline
ziplinectl -V
Commands
Shell Script
This guide will show you how to generate a shell-script that takes an...
ziplinectl read-config
Output the current configuration as JSON.
Last updated: 2/2/2025
Edit this page on GitHub