Skip to content

Commit bdc235f

Browse files
docs: synced local 'docs/content/reference/cli/' with remote 'docs/docs/content/reference/cli/'
Signed-off-by: radius-docs[bot] <291938785+radius-docs[bot]@users.noreply.github.com>
1 parent 7e96665 commit bdc235f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/content/reference/cli/rad_application_graph.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ the command compiles the template and writes the resulting modeled graph to
2121
./app-graph.json without contacting the control plane.
2222

2323
If the command runs inside a GitHub Actions runner (GITHUB_ACTIONS=true), the
24-
modeled graph is committed to <source-branch>/app-graph.json on the radius-graph
25-
orphan branch instead of the local filesystem. This is auto-detected; no flag
24+
modeled graph is saved to <source-branch>/app-graph.json in the radius-graph
25+
archive instead of the local filesystem. This is auto-detected; no flag
2626
is required.
2727

2828
```

docs/content/reference/cli/rad_shutdown.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Back up Radius state and prepare for shutdown
1515
Back up all durable Radius state for the current workspace.
1616

1717
Dumps the control-plane PostgreSQL databases and exports the Terraform recipe state Secrets,
18-
commits them to the radius-state git orphan branch, and pushes to the remote when one is
19-
configured. The state can be restored into a fresh control plane with 'rad startup'.
18+
commits them to the radius-state archive. The state can be restored into a fresh control plane
19+
with 'rad startup'.
2020

2121
This command does not delete the cluster or uninstall Radius.
2222

docs/content/reference/cli/rad_startup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Restore Radius state after startup
1414

1515
Restore durable Radius state for the current workspace.
1616

17-
Opens the radius-state git orphan branch, waits for the control-plane PostgreSQL instance to be
17+
Opens the radius-state archive, waits for the control-plane PostgreSQL instance to be
1818
ready, restores the control-plane databases, and re-creates the Terraform recipe state Secrets.
1919
Run this after Radius is installed on a fresh cluster to resume from the state saved by
2020
'rad shutdown'.

0 commit comments

Comments
 (0)