mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 07:52:27 +00:00
22 lines
480 B
Plaintext
22 lines
480 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# ots
|
|
|
|
> Share end-to-end encrypted secrets using a one-time-viewable URL.
|
|
> More information: <https://github.com/sniptt-official/ots>.
|
|
|
|
- Create new secret:
|
|
|
|
`ots new`
|
|
|
|
- Create new secret and specify hours until expiry (default is 24):
|
|
|
|
`ots new -x {{number_of_hours}}h`
|
|
|
|
- Specify region of server to store secret (default is `us-east-1`):
|
|
|
|
`ots new --region {{regional_server_id}}`
|