
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
replicas-cli
Advanced tools
CLI for managing Replicas workspaces - SSH into cloud dev environments with automatic port forwarding
Official CLI for Replicas - manage cloud development workspaces with automatic SSH tunneling and an interactive terminal dashboard.
curl -fsSL https://replicas.dev/install.sh | bash
Or if you already have Bun installed:
bun install -g replicas-cli
# Login to your Replicas account
replicas login
# Connect to a workspace
replicas connect my-workspace
# Launch the interactive terminal dashboard
replicas interactive
replicas loginAuthenticate with your Replicas account via browser-based OAuth.
replicas logoutClear stored credentials.
replicas whoamiDisplay current authenticated user.
replicas orgDisplay current organization.
replicas org switchSwitch between organizations.
replicas connect <workspace-name>Connect to a workspace via SSH.
replicas interactiveLaunch 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.
Create a replicas.json or replicas.yaml file in your repository root:
{
"systemPrompt": "Custom instructions for coding agents.",
"startHook": {
"commands": ["npm install", "npm run build"]
}
}
Or use YAML for better readability (especially for multiline system prompts):
systemPrompt: |
Custom instructions for coding agents.
Supports multiline text.
startHook:
commands:
- npm install
- npm run build
~/.replicas/keys/For issues or questions, visit https://replicas.dev
MIT
FAQs
CLI for managing Replicas workspaces - SSH into cloud dev environments with automatic port forwarding
The npm package replicas-cli receives a total of 129 weekly downloads. As such, replicas-cli popularity was classified as not popular.
We found that replicas-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.