sre# dsh sre commands are used to deploy or teardown the infrastructure for DSH Secure Research Environments sre# sre Usage: dsh sre [OPTIONS] COMMAND [ARGS]... ╭─ Options ─────────────────────────────────────────────────────╮ │--install-completionInstall completion for the │ │current shell. │ │--show-completionShow completion for the current│ │shell, to copy it or customize │ │the installation. │ │--helpShow this message and exit.│ ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ │deploy Deploy a Secure Research Environment │ │teardown Tear down a deployed a Secure Research │ │Environment. │ ╰───────────────────────────────────────────────────────────────╯ deploy# deploy Usage: dsh sre deploy [OPTIONS] NAME Deploy a Secure Research Environment ╭─ Arguments ───────────────────────────────────────────────────╮ │*nameTEXTName of SRE to deploy[default: None]│ │[required] │ ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ │--force-fForce this operation, cancelling any │ │others that are in progress. │ │--helpShow this message and exit.│ ╰───────────────────────────────────────────────────────────────╯ teardown# teardown Usage: dsh sre teardown [OPTIONS] NAME Tear down a deployed a Secure Research Environment. ╭─ Arguments ───────────────────────────────────────────────────╮ │*nameTEXTName of SRE to teardown.[default: None]│ │[required] │ ╰───────────────────────────────────────────────────────────────╯ ╭─ Options ─────────────────────────────────────────────────────╮ │--force-fForce this operation, cancelling any │ │others that are in progress. │ │--helpShow this message and exit.│ ╰───────────────────────────────────────────────────────────────╯