Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

CLI commands

Adam Saudagar edited this page Dec 4, 2023 · 1 revision

In powershell where ParsecSwitcher.exe is located:

.\ParsecSwitcher.exe <command>

For list of commands:

.\ParsecSwitcher.exe -h

Usage

Usage: parsec-switcher-cli [options] [command]

CLI to Parsec Switcher functions

Options:
  -V, --version              output the version number
  -h, --help                 display help for command

Commands:
  list                       List the existing accounts
  add <username>             Add account with the given username
  switch <username>          Switch account with the given username
  delete <username>          Delete account with the given username
  setLoc <parsecInstallDir>  Manually set the location of parsec installation
  help [command]             display help for command

Clone this wiki locally