Skip to content

Commit 4cfdc08

Browse files
committed
make gen
1 parent acab552 commit 4cfdc08

File tree

8 files changed

+76
-3
lines changed

8 files changed

+76
-3
lines changed

coderd/database/models.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/querier.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/queries.sql.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Coder — A tool for provisioning self-hosted development environments with Terr
3030
| [<code>login</code>](./cli/login.md) | Authenticate with Coder deployment |
3131
| [<code>logout</code>](./cli/logout.md) | Unauthenticate your local session |
3232
| [<code>netcheck</code>](./cli/netcheck.md) | Print network debug information for DERP and STUN |
33+
| [<code>notifications</code>](./cli/notifications.md) | Manage Coder notifications |
3334
| [<code>port-forward</code>](./cli/port-forward.md) | Forward ports from a workspace to the local machine. For reverse port forwarding, use "coder ssh -R". |
3435
| [<code>publickey</code>](./cli/publickey.md) | Output your Coder public key used for Git operations |
3536
| [<code>reset-password</code>](./cli/reset-password.md) | Directly connect to the database to reset a user's password |

docs/cli/notifications.md

+35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/notifications_pause.md

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/notifications_unpause.md

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/manifest.json

+15
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,21 @@
755755
"description": "Print network debug information for DERP and STUN",
756756
"path": "cli/netcheck.md"
757757
},
758+
{
759+
"title": "notifications",
760+
"description": "Manage Coder notifications",
761+
"path": "cli/notifications.md"
762+
},
763+
{
764+
"title": "notifications pause",
765+
"description": "Pause notifications",
766+
"path": "cli/notifications_pause.md"
767+
},
768+
{
769+
"title": "notifications unpause",
770+
"description": "Unpause notifications",
771+
"path": "cli/notifications_unpause.md"
772+
},
758773
{
759774
"title": "open",
760775
"description": "Open a workspace",

0 commit comments

Comments
 (0)