staging-token
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseStaging Token
预发布环境令牌
Retrieve staging JWT token by running the fish script.
Run the following command:
bash
fish -c "source $HOME/dotfiles/.config/fish/functions/get_token.fish && get_token"This will:
- Authenticate against the staging identity server
- Store the token in environment variable
DASHBOARD_JWT_TOKEN - Copy the token to clipboard (if pbcopy is available)
The cookie key used to store this token is .
ac-auth.id-tokenReport back the result to the user.
通过运行fish脚本获取预发布环境JWT令牌。
运行以下命令:
bash
fish -c "source $HOME/dotfiles/.config/fish/functions/get_token.fish && get_token"这将:
- 向预发布环境身份服务器进行认证
- 将令牌存储在环境变量中
DASHBOARD_JWT_TOKEN - 将令牌复制到剪贴板(如果pbcopy可用)
用于存储此令牌的Cookie键为。
ac-auth.id-token向用户反馈执行结果。