Skip to content

CLI Commands

This section is about all CLI commands of the core project. Vou can find the full list of CLI commands in the CLI by typing php bin/console.

SynQup CLI Commands

synqup:cache:map                            Shows a map of current memory usage
synqup:clear-redis-maintenance              Clears redis if there are no active flows and it uses >100MB RAM (use --force to clear anyway)
synqup:convert-capped-collection            Converts a collection to a capped collection
synqup:create-log-entries                   Create log entries for testing purposes
synqup:export                               Export flows and filesystems(if no flowId) to a JSON file
synqup:flow:start                           [connector:start-flow-execution] Starts a flow execution
synqup:flowexecution:cleanup                cascade deletes entries from the flow_execution table that are older than the provided parameter and resets the increment value of the tables
synqup:heartbeat:healthcheck                This command will check if the heartbeat is healthy. If not, it will try to recover it by restarting the workers.
synqup:heartbeat:start                      Starts the Heartbeat.
synqup:import                               Import flows and filesystems to a JSON file
synqup:modules:update-start-messages-cache  Update the start message registry cache
synqup:mongo:duplicate-identifier           MongoDB Duplicate Identifier
synqup:repo:sync                            Syncs Repository data to the database.
synqup:restart:init                         Initialize composer data and auth data. Should be run only after composer restart.
synqup:services:test                        Tests if the required services for synQup are up.
synqup:timeseries:start                     Starts the TimeSeries.
synqup:user:create                          Create a synQup user
synqup:user:delete                          Delete synQup user by email
synqup:user:password-reset                  Change synQup user`s password by email

Commands in detail