Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/commands.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Commands

* [Profile](commands/profile.md)
* [Security Data](commands/securitydata.md)
* [Alerts](commands/alerts.md)
* [Alert Rules](commands/alertrules.md)
* [Departing Employee](commands/departingemployee.md)
* [High Risk Employee](commands/highriskemployee.md)
* [Profile](commands/profile.rst)
* [Security Data](commands/securitydata.rst)
* [Alerts](commands/alerts.rst)
* [Alert Rules](commands/alertrules.rst)
* [Departing Employee](commands/departingemployee.rst)
* [High Risk Employee](commands/highriskemployee.rst)
84 changes: 0 additions & 84 deletions docs/commands/alertrules.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/commands/alertrules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.. click:: code42cli.cmds.alert_rules:alert_rules
:prog: alert-rules
:show-nested:
51 changes: 0 additions & 51 deletions docs/commands/alerts.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/commands/alerts.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.. click:: code42cli.cmds.alerts:alerts
:prog: alerts
:show-nested:
65 changes: 0 additions & 65 deletions docs/commands/departingemployee.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/commands/departingemployee.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.. click:: code42cli.cmds.departing_employee:departing_employee
:prog: departing-employee
:show-nested:
97 changes: 0 additions & 97 deletions docs/commands/highriskemployee.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/commands/highriskemployee.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.. click:: code42cli.cmds.high_risk_employee:high_risk_employee
:prog: high-risk-employee
:show-nested:
Loading