Skip to content

Commit dc2ff3f

Browse files
Merge pull request #77 from makeplane/preview
Update repair command + deprecation notice
2 parents 519ce1c + 36b76b8 commit dc2ff3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api-reference/inbox-issue/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Overview
88
We are deprecating all `/api/v1/.../inbox-issues/` endpoints in favor of `/api/v1/.../intake-issues/`.
99

1010
**End of support**
11-
28th February 2025
11+
31st March 2025
1212

1313
**What you need to do**
1414
To ensure uninterrupted service, replace all `/inbox-issues/` references with `/intake-issues/` in your codebase before the support end date.

api-reference/intake-issue/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Overview
88
We are deprecating all `/api/v1/.../inbox-issues/` endpoints in favor of `/api/v1/.../intake-issues/`.
99

1010
**End of support**
11-
28th February 2025
11+
31st March 2025
1212

1313
**What you need to do**
1414
To ensure uninterrupted service, replace all `/inbox-issues/` references with `/intake-issues/` in your codebase before the support end date.

self-hosting/manage/prime-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Bring up the Prime CLI with ```sudo prime-cli``` from any directory on your mach
3232

3333
- `healthcheck` is another useful utility that lets you see the status and errors, if any, of all running services
3434

35-
- `repair` fixes your Plane install for common errors automatically.
35+
- `repair` automatically diagnoses and fixes common errors in your Plane instance. This command also resets all configuration values in the plane.env file to their defaults.
3636

3737
- `update-cli` downloads and installs the latest version of Prime CLI.
3838
<Tip>

0 commit comments

Comments
 (0)