@rstreamlabs/rstream-cli
v1.31.0
Published
Install the rstream CLI for secure outbound-only tunnels and private service connectivity.
Maintainers
Readme
@rstreamlabs/rstream-cli
Install the rstream CLI for secure outbound-only tunnels, private service connectivity, remote access, and developer workflows.
npm install --global @rstreamlabs/rstream-cli
rstream --versionAuthenticate, select a project, and expose a local service:
rstream login
rstream project list
rstream project use <project-endpoint>
rstream forward 8080The forwarding address is protected and routed by the rstream edge while the local agent maintains an outbound-only connection. No inbound port or VPN configuration is required.
Package behavior
During npm install, it uses @rstreamlabs/installer to download the hosted rstream binary for the current OS and architecture, then runs that binary from the local release/ directory.
