参考-Cloudify shell命令介绍

Summary

安装Cloudify shell后输入<tab>来获取所有可用命令列表,使用[cmd] --help 可以查看特定命令的详细用法

命令列表

Command

Description

add-templates

添加模版到云

bootstrap-cloud

Starts the Cloudify agent without any zone, and the Cloudify management processes on the specified cloud

bootstrap-localcloud

Starts the Cloudify agent without any zone, and the Cloudify management processes on the local machine. These processes are isolated from Cloudify processes running on other machines.

bye/exit/quit

退出shell

clear

清屏

connect

连接指定管理REST服务

disconnect

断开指定管理REST服务

get-template

获取云的所有模版

help

列出所有命令

install-application

安装一个应用,如果指定一个文件夹则打包部署,如果是一个包则直接部署

install-service

安装一个服务,如果指定一个文件夹则打包部署,如果是一个包则直接部署

invoke

调用自定义命令

list-applications

列出所有已部署的应用

list-attributes

列出所有cloudify控制器属性参数

list-instances

列出指定服务的所有实例

list-templates

列出所有云模版

list-service

列出当前应用的所有服务

remove-template

删除云模版

set-attributes

设置Cloudify云驱动属性

set-instances

设置弹性服务的实例数

shutdown-agent

关闭本机上的cloudify agent

shutdown-management

关闭运行管理组件的cloudify agent

start-agent

启动指定区域的cloudify agent,与其他cloudify agent、管理组件通信

start-management

启动指定管理区域的cloudify agent和本机的cloudify管理进程,与其他cloudify agent和管理组件通信

tail

显示指定服务日志的最后N行信息

teardown-cloud

卸载所有应用并终止管理组件和虚拟机

teardown-localcloud

卸载本地云

test-recipe

测试配方

uninstall-application

卸载应用

uninstall-service

卸载服务

use-application

指定应用,使用前需要连接管理RSET服务

validate

验证DSL文件

version

显示客户端和cloudify版本

详细具体使用方法可以在cloudify shell里输入[command] –help,或查看英文文档:http://www.cloudifysource.org/guide/2.5/recipe/command_line_reference

你可能感兴趣的:(参考-Cloudify shell命令介绍)