staging-token

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Staging 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:
  1. Authenticate against the staging identity server
  2. Store the token in
    DASHBOARD_JWT_TOKEN
    environment variable
  3. Copy the token to clipboard (if pbcopy is available)
The cookie key used to store this token is
ac-auth.id-token
.
Report back the result to the user.
通过运行fish脚本获取预发布环境JWT令牌。
运行以下命令:
bash
fish -c "source $HOME/dotfiles/.config/fish/functions/get_token.fish && get_token"
这将:
  1. 向预发布环境身份服务器进行认证
  2. 将令牌存储在
    DASHBOARD_JWT_TOKEN
    环境变量中
  3. 将令牌复制到剪贴板(如果pbcopy可用)
用于存储此令牌的Cookie键为
ac-auth.id-token
向用户反馈执行结果。