Install the CLI with an overwriting symbolic link.
This commit is contained in:
4
CLI.md
4
CLI.md
@@ -19,7 +19,7 @@ Typical uses: scripted rebuilds and site generation, publishing from CI or cron,
|
||||
|
||||
## Installing the CLI
|
||||
|
||||
Install the launcher from the desktop app under **Settings → Data**, or run `bds-cli install` from a packaged binary. Both place a small forwarding launcher in `~/.local/bin` that executes the packaged CLI next to the shared runtime. Make sure `~/.local/bin` is on your `PATH`.
|
||||
Install the command from the desktop app under **Settings → Data**, or run `bds-cli install` from a packaged binary. Both replace `~/.local/bin/bds-cli` with a symbolic link to that package's CLI, keeping the command on the selected package and beside its shared runtime. Make sure `~/.local/bin` is on your `PATH`.
|
||||
|
||||
## Global flags and output
|
||||
|
||||
@@ -54,7 +54,7 @@ All commands operate on the active project from the shared project registry unle
|
||||
| `lua <script> [args…]` | Run an enabled utility Lua script from the active project in the sandboxed runtime |
|
||||
| `server` | Start the authenticated headless SSH server (see below) |
|
||||
| `tui` | Start the interactive terminal UI locally |
|
||||
| `install` | Install the forwarding launcher in `~/.local/bin` |
|
||||
| `install` | Link `~/.local/bin/bds-cli` to this package's CLI, replacing the existing entry |
|
||||
|
||||
## Creating content from the command line
|
||||
|
||||
|
||||
Reference in New Issue
Block a user