@m8t-stack/cli 0.2.21 → 0.2.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,10 +17,10 @@ It's the operator's day-2 tool for the cloud platform — the successor to the o
17
17
  npm install -g @m8t-stack/cli
18
18
 
19
19
  # Homebrew (macOS / Linux)
20
- brew install m8t-run/tap/m8t
20
+ brew install m8t-labs/tap/m8t
21
21
 
22
22
  # Scoop (Windows)
23
- scoop bucket add m8t https://github.com/m8t-run/scoop-bucket
23
+ scoop bucket add m8t https://github.com/m8t-labs/scoop-bucket
24
24
  scoop install m8t
25
25
 
26
26
  # Verify
@@ -115,7 +115,7 @@ Provisions (or updates) the gateway/webapp stack via Bicep — the successor to
115
115
  m8t deploy --client-id <appId> --image-ref <acr-or-ghcr-ref> --location <region>
116
116
  ```
117
117
 
118
- Key flags: `--client-id <appId>` (reuse an existing app reg + skip **all** Microsoft Graph writes), `--image-ref <ref>` (full image ref; default `ghcr.io/m8t-run/m8t:latest` — pass an `*.azurecr.io/...` ref for ACR images), `--resource-group` (default `rg-m8t-stack`), `--location`, `--suffix`, `--foundry-endpoint`, `--foundry-resource-id`.
118
+ Key flags: `--client-id <appId>` (reuse an existing app reg + skip **all** Microsoft Graph writes), `--image-ref <ref>` (full image ref; default `ghcr.io/m8t-labs/m8t:latest` — pass an `*.azurecr.io/...` ref for ACR images), `--resource-group` (default `rg-m8t-stack`), `--location`, `--suffix`, `--foundry-endpoint`, `--foundry-resource-id`.
119
119
 
120
120
  > ⚠️ `m8t deploy` is **declarative** — it makes the live stack match the Bicep template. If a deployment was hand-modified after provisioning (e.g. switched to a private-ACR image with a UserAssigned pull identity), re-running the bicep can revert those changes. **Preview with `az deployment group create --what-if` before applying against a live stack.**
121
121