File tree Expand file tree Collapse file tree 2 files changed +5
-72
lines changed Expand file tree Collapse file tree 2 files changed +5
-72
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ go get -u github.com/sniptt-official/ots
51
51
Enter your secret:
52
52
```
53
53
54
+ The default expiry is 24 hours.
55
+
54
56
### Pipeline
55
57
56
58
You can also use pipes, for example
@@ -69,13 +71,15 @@ cat .env | ots new
69
71
70
72
Use ` --region ` to choose where the secrets reside.
71
73
74
+ The default region is ` us-east-1 ` .
75
+
72
76
```
73
77
ots new -x 24h --region eu-central-1
74
78
```
75
79
76
80
## FAQs
77
81
78
- Please refer to our Q\ & A discussions.
82
+ Please refer to our Q&A discussions.
79
83
80
84
* [ Why should I trust you with my secrets?] ( https://github.com/sniptt-official/ots/discussions/13 )
81
85
* [ Can I persist my secrets for later use?] ( https://github.com/sniptt-official/ots/discussions/15 )
You can’t perform that action at this time.
0 commit comments