Skip to content

sessioncast/sessioncast-cli-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

SessionCast CLI Release Binaries

This repository contains release binaries for SessionCast CLI.

Installation

macOS / Linux

curl -sL https://github.com/sessioncast/sessioncast-cli-release/releases/latest/download/sessioncast-$(uname -m)-$(uname -s | tr '[:upper:]' '[:lower:]').tar.gz | sudo tar xz -C /usr/local/bin

Windows (PowerShell)

# Download and extract
Invoke-WebRequest -Uri "https://github.com/sessioncast/sessioncast-cli-release/releases/latest/download/sessioncast-x86_64-windows.zip" -OutFile "$env:TEMP\sessioncast.zip"
Expand-Archive -Path "$env:TEMP\sessioncast.zip" -DestinationPath "$env:USERPROFILE\bin" -Force

# Add to PATH permanently
[Environment]::SetEnvironmentVariable("PATH", $env:PATH + ";$env:USERPROFILE\bin", "User")
$env:PATH += ";$env:USERPROFILE\bin"

Verify Installation

sessioncast --version

Usage

# Login with browser
sessioncast login

# Start agent
sessioncast agent

For full documentation, visit sessioncast.io.

About

SessionCast CLI Release Binaries

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors