11# Probitas CLI
22
33[ ![ JSR] ( https://jsr.io/badges/@probitas/cli )] ( https://jsr.io/@probitas/cli )
4- [ ![ Test] ( https://github.com/jsr- probitas/cli/actions/workflows/test.yml/badge.svg )] ( https://github.com/jsr- probitas/cli/actions/workflows/test.yml )
5- [ ![ Publish] ( https://github.com/jsr- probitas/cli/actions/workflows/publish.yml/badge.svg )] ( https://github.com/jsr- probitas/cli/actions/workflows/publish.yml )
6- [ ![ codecov] ( https://codecov.io/gh/jsr- probitas/cli/graph/badge.svg )] ( https://codecov.io/gh/jsr- probitas/cli )
4+ [ ![ Test] ( https://github.com/probitas-test /cli/actions/workflows/test.yml/badge.svg )] ( https://github.com/probitas-test /cli/actions/workflows/test.yml )
5+ [ ![ Publish] ( https://github.com/probitas-test /cli/actions/workflows/publish.yml/badge.svg )] ( https://github.com/probitas-test /cli/actions/workflows/publish.yml )
6+ [ ![ codecov] ( https://codecov.io/gh/probitas-test /cli/graph/badge.svg )] ( https://codecov.io/gh/probitas-test /cli )
77
88Command-line interface for
9- [ Probitas] ( https://github.com/jsr- probitas/probitas ) - a scenario-based testing
9+ [ Probitas] ( https://github.com/probitas-test /probitas ) - a scenario-based testing
1010& workflow execution framework.
1111
1212## Installation
@@ -16,7 +16,7 @@ Command-line interface for
1616Requires [ Deno] ( https://deno.land/ ) v2.x or later.
1717
1818``` bash
19- curl -fsSL https://raw.githubusercontent.com/jsr- probitas/cli/main/install.sh | sh
19+ curl -fsSL https://raw.githubusercontent.com/probitas-test /cli/main/install.sh | sh
2020```
2121
2222** Environment variables:**
@@ -28,21 +28,21 @@ curl -fsSL https://raw.githubusercontent.com/jsr-probitas/cli/main/install.sh |
2828
2929``` bash
3030# Install specific version
31- curl -fsSL https://raw.githubusercontent.com/jsr- probitas/cli/main/install.sh | PROBITAS_VERSION=0.1.0 sh
31+ curl -fsSL https://raw.githubusercontent.com/probitas-test /cli/main/install.sh | PROBITAS_VERSION=0.1.0 sh
3232
3333# Install to custom directory
34- curl -fsSL https://raw.githubusercontent.com/jsr- probitas/cli/main/install.sh | PROBITAS_INSTALL_DIR=/usr/local sh
34+ curl -fsSL https://raw.githubusercontent.com/probitas-test /cli/main/install.sh | PROBITAS_INSTALL_DIR=/usr/local sh
3535```
3636
3737### Using Homebrew (macOS/Linux)
3838
3939``` bash
4040# Add the tap and install
41- brew tap jsr- probitas/tap
41+ brew tap probitas-test /tap
4242brew install probitas
4343
4444# Or install directly
45- brew install jsr- probitas/tap/probitas
45+ brew install probitas-test /tap/probitas
4646```
4747
4848Deno is installed automatically as a dependency.
@@ -53,10 +53,10 @@ With [Nix](https://nixos.org/) and flakes enabled:
5353
5454``` bash
5555# Run directly without installing
56- nix run github:jsr- probitas/cli
56+ nix run github:probitas-test /cli
5757
5858# Install to profile
59- nix profile install github:jsr- probitas/cli
59+ nix profile install github:probitas-test /cli
6060```
6161
6262** Use in a flake (recommended):**
@@ -65,7 +65,7 @@ nix profile install github:jsr-probitas/cli
6565{
6666 inputs = {
6767 nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
68- probitas.url = "github:jsr- probitas/cli";
68+ probitas.url = "github:probitas-test /cli";
6969 };
7070
7171 outputs = { nixpkgs, probitas, ... }:
0 commit comments