Skip to main content

CLI Commands

Here are the main commands in JagoTraffic CLI:

Login

Use the following command to log in to your account using Access Key:

jagotraffic login

Start

Running a worker with two options:

  • Run the worker normally:
jagotraffic start
  • Run the worker in the background:
jagotraffic start --background

Stop

Stopping and deleting a worker running in the background:

jagotraffic stop

Restart

Restarting a worker running in the background:

jagotraffic restart

Status

Checking the status of a worker running in the background:

jagotraffic status

Install

Quickly install packages and workers **(only for Linux based systems):

jagotraffic install

Uninstall

Remove the JagoTraffic worker and stop the worker running in the background:

jagotraffic uninstall