Skip to content

Commit 2514635

Browse files
authored
docs: add Cloud CLI 0.1.12 changelog and update CLI command docs [automated] (#16221)
* chore(docs): automated cloud documentation update * Update changelog for deployment details format change --------- Co-authored-by: shahednasser <shahednasser@users.noreply.github.com>
1 parent 26d0364 commit 2514635

4 files changed

Lines changed: 23 additions & 4 deletions

File tree

www/apps/cloud/app/cli/changelog/page.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ export const metadata = {
66

77
In this guide, you'll find the notable changes to the Cloud CLI (`mcloud`) for each release, with the newest version listed first.
88

9+
## 0.1.12 (July 28, 2026)
10+
11+
### Deployments
12+
13+
- `mcloud deployments get` now displays deployment details in a key-value format instead of a horizontal table, with updated field labels (for example, "Started at", "Updated at")
14+
15+
### Variables
16+
17+
- `mcloud variables set` now defaults `--runtime` to `true` for new variables (previously defaulted to `false`)
18+
- `mcloud variables set` now correctly targets the storefront environment when `--type storefront` is used
19+
20+
### Local
21+
22+
- `mcloud local build` no longer fails in repositories without a remote origin configured; it falls back to using the folder name as the repository name
23+
24+
---
25+
926
## 0.1.11 (July 17, 2026)
1027

1128
### Environments

www/apps/cloud/app/cli/commands/deployments/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ List recent deployments for a project. By default, the command returns the 20 mo
234234

235235
## deployments get
236236

237-
Retrieve a single deployment by its ID. Returns the deployment's status, commit details, environment, and timestamps.
237+
Retrieve a single deployment by its ID. Returns the deployment's status, commit details, environment, and timestamps as a key-value list.
238238

239239
<Note>
240240

www/apps/cloud/app/cli/commands/local/page.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ If the build succeeds, the resulting image is tagged `<repository-name>:cloud-lo
7777

7878
Before the build starts, the CLI may print warnings if your installed CLI version is outdated, or if the current repository or branch doesn't match the linked Cloud project and environment. These are warnings only and don't stop the build.
7979

80+
If your repository does not have a remote origin configured, the CLI falls back to using the local folder name as the repository name.
81+
8082
</Note>
8183

8284
### Override Environment Variables

www/apps/cloud/generated/edit-dates.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const generatedEditDates = {
4848
"app/cli/commands/projects/page.mdx": "2026-07-17T13:53:46.402Z",
4949
"app/cli/commands/signup/page.mdx": "2026-04-24T07:15:31.040Z",
5050
"app/cli/page.mdx": "2026-05-05T10:42:00.594Z",
51-
"app/cli/commands/deployments/page.mdx": "2026-04-29T08:11:42.521Z",
51+
"app/cli/commands/deployments/page.mdx": "2026-07-28T10:28:51.831Z",
5252
"app/cli/commands/use/page.mdx": "2026-04-29T08:11:05.829Z",
5353
"app/cli/commands/variables/page.mdx": "2026-07-15T14:55:03.520Z",
5454
"app/cli/commands/version/page.mdx": "2026-04-29T08:21:59.586Z",
@@ -115,6 +115,6 @@ export const generatedEditDates = {
115115
"app/deployments/fix-with-ai/page.mdx": "2026-05-22T09:18:36.373Z",
116116
"app/get-started/page.mdx": "2026-05-27T00:36:28.665Z",
117117
"app/first-project/page.mdx": "2026-06-08T14:16:09.467Z",
118-
"app/cli/commands/local/page.mdx": "2026-07-15T14:40:50.690Z",
119-
"app/cli/changelog/page.mdx": "2026-07-17T13:50:03.511Z"
118+
"app/cli/commands/local/page.mdx": "2026-07-28T10:28:59.437Z",
119+
"app/cli/changelog/page.mdx": "2026-07-28T10:28:43.318Z"
120120
}

0 commit comments

Comments
 (0)