Add function exec-url command

This commit is contained in:
Space-Banane
2026-05-05 12:46:24 +02:00
parent 544f6bd714
commit 681a3cd6df
7 changed files with 191 additions and 18 deletions
+16
View File
@@ -46,6 +46,22 @@ Quickly see if the system is up and running:
shsf health
```
### 🔗 Execution URL
Get a function's execution URL by ID:
```bash
shsf get exec-url --id <id>
```
If your repo has a `.shsf.json` mapping with an `id`, you can omit `--id`:
```bash
shsf get exec-url
```
The command prints the standard execution URL and, when available, the alias URL based on the function's `executionAlias`.
### 🏗️ Local Development
If you're contributing or running from source: