SuperTokens CLI
Overview
The SuperTokens CLI has the allows you to manage your core instance from the command line.
supertokens [command] [--help] [--version]
important
If you are using Windows, you can only use the SuperTokens CLI using a terminal with Administrator privilege.
Commands
Start
Start an instance of SuperTokens. By default, the process starts as a daemon.
supertokens start [options]
Options
List
List information about all running SuperTokens instances.
supertokens list [options]
Stop
supertokens stop [options]
If you do not provide options, the command stops all instances, or it stops one specific instance of SuperTokens.
Options
Uninstall
Uninstalls SuperTokens
supertokens uninstall [options]
Manual uninstall
1. Stop or kill all SuperTokens processes
supertokens stop
2. Delete the installation directory
You can find out the installation directory by running supertokens --help
.
3. Delete the SuperTokens script
- Linux:
/usr/bin/supertokens
- Mac:
/usr/local/bin/supertokens
- Windows:
C:\Windows\System32\supertokens.bat