PCF CLI 启动和重启

PCF CLI start and restart

我看到 Pivotal cloud foundry 中有两个命令:cf startcf restart

这些命令之间有什么区别以及使用它们的正确场景?

线索是名字:

cf start - 启动已停止的应用程序。如果应用程序已经启动,则它什么都不做。

cf restart - 停止 运行 应用程序的所有实例并再次启动它。如果应用程序已停止,它只会启动它。