Get started
DS Plane CLI
Manage SAP Business Application Studio Dev Spaces from an interactive terminal interface or scriptable commands.
DS Plane gives you terminal access to SAP Business Application Studio landscapes. Use the interactive interface for day-to-day Dev Space management or call focused subcommands from scripts.
Install DS Plane
Install the CLI and connect to your first landscape.
Use interactive mode
Add landscapes, authenticate, and manage Dev Spaces from the TUI.
Connect over SSH
Open a terminal session or save a reusable SSH host alias.
Use the TypeScript SDK
Call the Business Application Studio APIs through @dsplane/core.
What you can do
- Add and switch between Business Application Studio landscapes.
- Create, start, stop, inspect, and delete Dev Spaces.
- Connect to a running Dev Space over SSH.
- Open supported local IDEs against a Dev Space.
- List available Dev Space types and extensions.
- Use
@dsplane/coredirectly from TypeScript.
Choose an interface
| If you want to | Use |
|---|---|
| Browse landscapes and Dev Spaces interactively | dsplane |
| Automate a single Dev Space operation | A CLI subcommand |
| Build a TypeScript integration | @dsplane/core |
Product prerequisites
You need:
- Access to an SAP Business Application Studio landscape.
- At least one Dev Space, unless you plan to create one with DS Plane.
- OpenSSH only when you use SSH access or IDE integration over SSH.
DS Plane installs as a CLI executable. Bun is not required to run the published package.
Next step
Follow the quickstart to install DS Plane and authenticate to a landscape.