add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# secrethub
> 将秘密保存在配置文件之外。
> 更多信息:<https://github.com/secrethub/secrethub-cli>。
- 将秘密打印到 `stdout`
`secrethub read {{path/to/secret}}`
- 生成随机值并将其作为新的或更新的秘密存储:
`secrethub generate {{path/to/secret}}`
- 将剪贴板中的值作为新的或更新的秘密存储:
`secrethub write --clip {{path/to/secret}}`
- 将从 `stdin` 提供的值作为新的或更新的秘密存储:
`echo "{{secret_value}}" | secrethub write {{path/to/secret}}`
- 审计一个仓库或秘密:
`secrethub audit {{path/to/repo_or_secret}}`