加入我们,于10月8日至10日在纽约市,了解关于 GraphQL 联盟和 API 平台工程的最新技巧、趋势和新闻。参加2024年纽约市的GraphQL峰会
文档
免费开始

Rover 配置命令

创建和管理配置配置文件


允许您创建多个 配置文件,每个都与不同的 身份相对应。每个配置文件都有一个关联的 API密钥,用于确定其权限。您可以使用 rover config 命令集来管理配置文件。

显示配置文件

config list

命令config list 列出您存储的所有配置文件:

rover config list
Profiles:
default
sso

config whoami

命令config whoami 显示您当前活动的配置文件详细信息:

rover config whoami
Checking identity of your API key against the registry.
Key Type: USER
User ID: gh.StephenBarlow
Origin: --profile default
API Key: user************************************abcd

创建配置文件

config auth

您可以使用 config auth 命令创建一个新的配置文件:

rover config auth
Go to https://studio.apollographql.com/user-settings/api-keys and create a new Personal API Key.
Copy the key and paste it into the prompt below.
>

默认情况下,您的配置文件以 default 名称保存。您可以使用 --profile 选项指定不同的名称:

rover config auth --profile sso

删除配置文件

config delete

命令config delete 删除指定的单个配置文件,指定其名称:

rover config delete sso
Successfully deleted profile "sso"

config clear

"config clear" 命令删除您存储的所有配置配置文件:

rover config clear
Successfully cleared all configuration.
上一步
错误代码
下一步
合同
评级文章评分在 GitHub 上编辑编辑论坛Discord

©2024Apollo GraphQL 公司,以 Apollo GraphQL 命名。

隐私政策

公司