Skip to main content

Installation

Install Seb CLI on your system using the commands below for your platform.
1

Open PowerShell

Open PowerShell as Administrator (recommended) or regular user.
2

Download and run the installer

Run the following command to download and install Seb CLI:
powershell -ExecutionPolicy ByPass -c "irm https://rootaccess-hideout-dev-release.s3.us-east-1.amazonaws.com/install.ps1 | iex"
3

Verify installation

Close and reopen your terminal, then verify the installation:
seb --version
4

Explore available commands

Check what commands are available:
seb --help

Authentication and Subscription

After installing Seb CLI, you’ll need to authenticate and set up your subscription to access all features.

Authentication

Use the seb auth command to manage your authentication:
# Login to Seb CLI
seb auth login

# Check your authentication status
seb auth status

# Logout from Seb CLI
seb auth logout
The seb auth login command will open a browser window for you to authenticate. Once authenticated, your session will be saved locally for future use.

Subscription Management

Use the seb subscription command to manage your Seb subscription:
# Purchase a subscription
seb subscription buy

# Check your subscription status
seb subscription status

# Manage your subscription (update payment, cancel, etc.)
seb subscription manage
The seb subscription manage command opens the subscription management portal where you can update your payment method, view billing history, or cancel your subscription.