CLI

了解 DC/OS 中的命令行界面实用程序

DC/OS 命令行界面 (DC/OS CLI) 实用程序允许您管理群集节点、安装和管理软件包、检查群集状态以及管理服务和任务。

DC/OS 2.0 需要 DC/OS CLI >= 0.8。安装时,请遵循这些说明.

若要列出可用命令,请运行不带参数的 dcos

  1. $ dcos
  2. Usage:
  3. dcos [command]
  4. Commands:
  5. auth
  6. Authenticate to DC/OS cluster
  7. cluster
  8. Manage your DC/OS clusters
  9. config
  10. Manage the DC/OS configuration file
  11. diagnostics
  12. Create and manage DC/OS diagnostics bundles
  13. help
  14. Help about any command
  15. job
  16. Deploy and manage jobs in DC/OS
  17. marathon
  18. Deploy and manage applications to DC/OS
  19. node
  20. View DC/OS node information
  21. package
  22. Install and manage DC/OS software packages
  23. plugin
  24. Manage CLI plugins
  25. quota
  26. Manage DC/OS quotas
  27. service
  28. Manage DC/OS services
  29. task
  30. Manage DC/OS tasks
  31. Options:
  32. --version
  33. Print version information
  34. -v, -vv
  35. Output verbosity (verbose or very verbose)
  36. -h, --help
  37. Show usage help
  38. Use "dcos [command] --help" for more information about a command.

设置群集

要与群集进行交互,首先需要设置 CLI。

  1. dcos cluster setup <cluster-url>

在完成登录程序后,您的 CLI 已准备好与您的群集进行交互。您会注意到,现在它有其他命令,例如,marathonnodepackage 等。这些命令来自 插件、dcos-core-cli 和 dcos-enterprise-cli(如适用),它将作为设置命令的一部分自动安装。

若要显示 DC/OS CLI 版本,请运行:

  1. dcos --version

列出群集

DC/OS CLI 可以与多个群集配合使用。以下命令显示最新配置的群集:

  1. $ dcos cluster list
  2. NAME ID STATUS VERSION URL
  3. * cluster 26f72c2f-8d03-47d7-b95f-972b1fd3dea2 AVAILABLE 1.13 <cluster-url>

注意:* 表示 CLI 当前已连接到群集名称。如果使用另一个群集再次运行设置命令,您将在列表中看到一个新项目。

DC/OS CLI 版本和配置文件

DC/OS CLI 具有每个连接群集的配置文件,默认情况下存储在 ~/.dcos/clusters/<cluster_id>/dcos.toml 中。您可以选择使用 DCOS_DIR 环境变量更改配置目录的基本部分 (~/.dcos)。

[

安装 CLI

安装 DC/OS 命令行界面

]($6c00d4656449e9bb.md)[

配置CLI

配置命令行界面

]($22767eeb2407a562.md)[

卸载 CLI

卸载 DC/OS 命令行界面

]($c9472d80f959a0b5.md)[

CLI 插件

如何扩展命令行界面

]($fe748590b16aeb0b.md)[

DC/OS Enterprise CLI

ENTERPRISE

配置 DC/OS Enterprise 命令行界面

]($b75e2b29917a5617.md)[

CLI 自动完成

启用 CLI 自动完成

]($5566d334778e0197.md)[

Command Reference

探索 DC/OS 独有的命令

]($b5b6ba5c0faf2305.md)