gitee_cli/config/config.yml.example

14 lines
419 B
Plaintext
Raw Normal View History

2024-04-07 17:49:39 +08:00
# 个人私人令牌,用于 V5 鉴权
access_token: xxxxxxxx
api_prefix: https://gitee.com/api/v5
# 用户在 Gitee 上的 ID
user_id: 123456
# 用户名
user_name: xxx
# 默认企业 path
2024-04-07 21:08:37 +08:00
default_ent_path: test
2024-04-07 17:49:39 +08:00
# 非仓库目录下执行 gitee cli 命令默认仓库全路径(配置你比较常用的仓库)
2024-04-07 21:08:37 +08:00
default_path_with_namespace: rootPath/repoPath
2024-04-07 17:49:39 +08:00
# cookie 用于企业版 API 鉴权
2024-04-07 21:08:37 +08:00
cookies_jar: xxxxxxx