replicas-cli 0.2.527 → 0.2.529

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,18 +1,15 @@
1
1
  # Replicas CLI
2
2
 
3
- Official CLI for [Replicas](https://tryreplicas.com) - manage cloud development workspaces with automatic SSH tunneling and an interactive terminal dashboard.
3
+ Official CLI for [Replicas](https://tryreplicas.com) - manage cloud development workspaces with automatic SSH tunneling.
4
4
 
5
5
  ## Installation
6
6
 
7
- ```bash
8
- curl -fsSL https://tryreplicas.com/install.sh | bash
9
- ```
10
-
11
- Or if you already have [Bun](https://bun.sh) installed:
12
-
13
- ```bash
14
- bun install -g replicas-cli
15
- ```
7
+ | Package manager | Command |
8
+ | --- | --- |
9
+ | npm | `npm install -g replicas-cli` |
10
+ | pnpm | `pnpm add -g replicas-cli` |
11
+ | yarn | `yarn global add replicas-cli` |
12
+ | bun | `bun add -g replicas-cli` |
16
13
 
17
14
  ## Quick Start
18
15
 
@@ -22,9 +19,6 @@ replicas login
22
19
 
23
20
  # Connect to a workspace
24
21
  replicas connect my-workspace
25
-
26
- # Launch the interactive terminal dashboard
27
- replicas interact
28
22
  ```
29
23
 
30
24
  ## Commands
@@ -47,9 +41,6 @@ Switch between organizations.
47
41
  ### `replicas connect <workspace-name>`
48
42
  Connect to a workspace via SSH.
49
43
 
50
- ### `replicas interact`
51
- Launch the interactive terminal dashboard — a full TUI alternative to the web dashboard. View workspaces, chat with agents, monitor environment status, and create workspaces without leaving the terminal.
52
-
53
44
  ### Coding agents
54
45
  Use `replicas claude-auth` or `replicas codex-auth` to connect Claude Code or Codex credentials. Cursor uses a Cursor API key configured in Coding Agents settings.
55
46