-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
# Powershell1
PS C:\Users\maneshwarh> iwr -useb https://hexmos.com/lrc-install.ps1 | iex
???? lrc Installer
================
??? Detected platform: windows-amd64
Authorizing with Backblaze B2... ???
Finding latest version... ??? Latest version: v0.1.9
Downloading lrc v0.1.9 for windows-amd64... ???
Attempting admin install to C:\Program Files\lrc... skipped (no admin); using user-local install
Installing to C:\Users\maneshwarh\AppData\Local\Programs\lrc\lrc.exe... ???
Installing to C:\Program Files\Git\cmd\git-lrc.exe (git subcommand)... ???
Warning: Failed to install git subcommand to C:\Program Files\Git\cmd\git-lrc.exe
Access to the path 'C:\Program Files\Git\cmd\git-lrc.exe' is denied.
Adding C:\Users\maneshwarh\AppData\Local\Programs\lrc to PATH... ???
Note: You may need to restart your terminal for PATH changes to take effect
Running 'lrc hooks install' to set up global hooks... ???
??? Installation complete!
lrc version v0.1.9
Build time: 2026-01-08T09:36:44Z
Git commit: 55b0fc4
Run 'lrc --help' to get started
(You may need to restart your terminal first)
PS C:\Users\maneshwarh> lrc --help
NAME:
lrc - LiveReview CLI - submit local diffs for AI review
USAGE:
lrc [global options] command [command options] [arguments...]
VERSION:
v0.1.9
COMMANDS:
review, r Run a review with sensible defaults
review-debug Run a review with advanced debug options
hooks Manage LiveReview Git hook integration (global dispatcher)
version Show version information
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--repo-name value repository name (defaults to current directory basename) [%LRC_REPO_NAME%]
--staged use staged changes instead of working tree (default: false) [%LRC_STAGED%]
--range value git range for staged/working diff override (e.g., HEAD~1..HEAD) [%LRC_RANGE%]
--diff-file value path to pre-generated diff file [%LRC_DIFF_FILE%]
--api-url value LiveReview API base URL (default: "http://localhost:8888") [%LRC_API_URL%]
--api-key value API key for authentication (can be set in ~/.lrc.toml or env var) [%LRC_API_KEY%]
--output value output format: pretty or json (default: "pretty") [%LRC_OUTPUT%]
--save-html value save formatted HTML output (GitHub-style review) to this file [%LRC_SAVE_HTML%]
--serve start HTTP server to serve the HTML output (auto-creates HTML when omitted) (default: false) [%LRC_SERVE%]
--port value port for HTTP server (used with --serve) (default: 8000) [%LRC_PORT%]
--verbose enable verbose output (default: false) [%LRC_VERBOSE%]
--precommit pre-commit mode: interactive prompts for commit decision (Ctrl-C=abort, Ctrl-S=skip+commit, Enter=commit) (default: false) [%LRC_PRECOMMIT%]
--skip mark review as skipped and write attestation without contacting the API (default: false) [%LRC_SKIP%]
--force force rerun by removing existing attestation/hash for current tree (default: false) [%LRC_FORCE%]
--help, -h show help
--version, -v print the version
PS C:\Users\maneshwarh> git lrc setup
git: 'lrc' is not a git command. See 'git --help'.
The most similar commands are
lfs
log
PS C:\Users\maneshwarh> $PSVersionTable.PSVersion
Major Minor Build Revision
----- ----- ----- --------
5 1 26100 7462
# Powershell 2
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows
PS C:\Users\maneshwarh> git lrc setup
git: 'lrc' is not a git command. See 'git --help'.
The most similar commands are
lfs
log
PS C:\Users\maneshwarh> pwsh
PowerShell 7.4.13
A new PowerShell stable release is available: v7.5.4
Upgrade now, or check out the release page at:
https://aka.ms/PowerShell-Release?tag=v7.5.4
Loading personal and system profiles took 1505ms.
PS C:\Users\maneshwarh> git lrc setup
git: 'lrc' is not a git command. See 'git --help'.
The most similar commands are
lfs
log
PS C:\Users\maneshwarh> lrc --help
NAME:
lrc - LiveReview CLI - submit local diffs for AI review
PS C:\Users\maneshwarh> $PSVersionTable.PSVersion
Major Minor Patch PreReleaseLabel BuildLabel
----- ----- ----- --------------- ----------
7 4 13
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels