Skip to content

Commit 62920d5

Browse files
committed
docs: Link to CLI docs on reference page
1 parent 63cd457 commit 62920d5

2 files changed

Lines changed: 47 additions & 0 deletions

File tree

docs/reference/cli/index.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# authctl reference
2+
3+
The `authctl` command line tool is used to manage authd users and groups.
4+
5+
Available commands:
6+
7+
```{toctree}
8+
:titlesonly:
9+
:hidden:
10+
authctl
11+
```
12+
13+
```{toctree}
14+
:titlesonly:
15+
:hidden:
16+
authctl_user
17+
```
18+
19+
```{toctree}
20+
:titlesonly:
21+
authctl_user_lock
22+
authctl_user_unlock
23+
authctl_user_set-uid
24+
```
25+
26+
```{toctree}
27+
:titlesonly:
28+
:hidden:
29+
authctl_group
30+
```
31+
32+
```{toctree}
33+
:titlesonly:
34+
authctl_group_set-gid
35+
```

docs/reference/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,15 @@ The documentation includes snippets to get you started.
4646
Deploying and configuring authd with Landscape <landscape-deploy>
4747
Deploying and configuring authd with cloud-init <cloud-init-deploy>
4848
```
49+
50+
## Command line tool (authctl)
51+
52+
The `authctl` command line tool is used to manage authd users and groups.
53+
54+
Available commands:
55+
56+
```{toctree}
57+
:titlesonly:
58+
59+
Command line tool (authctl) <cli/index>
60+
```

0 commit comments

Comments
 (0)