-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Break reference into individual pages
- Loading branch information
Showing
7 changed files
with
85 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# `config` | ||
|
||
`dsh config` commands are used to manage the configuration files that define SHMs and SREs. | ||
|
||
:::{typer} data_safe_haven.commands.config:config_command_group | ||
:width: 65 | ||
:prog: dsh config | ||
:show-nested: | ||
:make-sections: | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# `context` | ||
|
||
`dsh context` commands are used to manage the Data Safe Haven contexts, which are the grouping within which a single SHM and its associated SREs are organised. | ||
|
||
:::{typer} data_safe_haven.commands.context:context_command_group | ||
:width: 65 | ||
:prog: dsh context | ||
:show-nested: | ||
:make-sections: | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# `pulumi` | ||
|
||
:::{typer} data_safe_haven.commands.pulumi:pulumi_command_group | ||
:width: 65 | ||
:prog: dsh pulumi | ||
:show-nested: | ||
:make-sections: | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# `shm` | ||
|
||
`dsh shm` commands are used to deploy or teardown DSH Safe Haven Management infrastructure | ||
|
||
:::{typer} data_safe_haven.commands.shm:shm_command_group | ||
:width: 65 | ||
:prog: dsh shm | ||
:show-nested: | ||
:make-sections: | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# `sre` | ||
|
||
`dsh sre` commands are used to deploy or teardown the infrastructure for DSH Secure Research Environments | ||
|
||
:::{typer} data_safe_haven.commands.sre:sre_command_group | ||
:width: 65 | ||
:prog: dsh sre | ||
:show-nested: | ||
:make-sections: | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# `users` | ||
|
||
`dsh users` commands are used to manage users on the Entra ID associated with a DSH deployment. | ||
|
||
:::{typer} data_safe_haven.commands.users:users_command_group | ||
:width: 65 | ||
:prog: dsh users | ||
:show-nested: | ||
:make-sections: | ||
::: |