Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Amazon web services AWS Elastic Beanstalk未识别eb删除_Amazon Web Services_Amazon Elastic Beanstalk - Fatal编程技术网

Amazon web services AWS Elastic Beanstalk未识别eb删除

Amazon web services AWS Elastic Beanstalk未识别eb删除,amazon-web-services,amazon-elastic-beanstalk,Amazon Web Services,Amazon Elastic Beanstalk,我在虚拟世界里。我安装了awsebcli就像这样:pip安装awsebcli 然后我做了ebinit-python3.4django教程,它说应用程序django教程已经创建。。我现在要删除此应用程序。我试着做了eb delete,但它说 usage: eb (sub-commands ...) [options ...] {arguments ...} eb: error: unrecognized arguments: delete 然后,我尝试了ebdelete-一个django教程,它

我在虚拟世界里。我安装了
awsebcli
就像这样:
pip安装awsebcli

然后我做了
ebinit-python3.4django教程
,它说
应用程序django教程已经创建。
。我现在要删除此应用程序。我试着做了
eb delete
,但它说

usage: eb (sub-commands ...) [options ...] {arguments ...}
eb: error: unrecognized arguments: delete
然后,我尝试了
ebdelete-一个django教程
,它说

usage: eb (sub-commands ...) [options ...] {arguments ...}
eb: error: unrecognized arguments: delete -a django-tutorial
然后我只是键入了
eb
,而“delete”不是列出的命令之一。以下是列出的命令:

  abort        Cancels an environment update or deployment.
  appversion   Listing and managing application versions
  clone        Clones an environment.
  codesource   Configures the code source for the EB CLI to use by default.
  config       Modify an environment's configuration. Use subcommands to manage saved configurations.
  console      Opens the environment in the AWS Elastic Beanstalk Management Console.
  create       Creates a new environment.
  deploy       Deploys your source code to the environment.
  events       Gets recent events.
  health       Shows detailed environment health.
  init         Initializes your directory with the EB CLI. Creates the application.
  labs         Extra experimental commands.
  list         Lists all environments.
  local        Runs commands on your local machine.
  logs         Gets recent logs.
  open         Opens the application URL in a browser.
  platform     Manages platforms.
  printenv     Shows the environment variables.
  restore      Restores a terminated environment.
  scale        Changes the number of running instances.
  setenv       Sets environment variables.
  ssh          Opens the SSH client to connect to an instance.
  status       Gets environment information and status.
  swap         Swaps two environment CNAMEs with each other.
  terminate    Terminates the environment.
  upgrade      Updates the environment to the most recent platform version.
  use          Sets default environment.
我如何删除我初始化的应用程序,为什么eb不将delete识别为命令

编辑:刚刚注意到
eb-stop
也不存在,但通过此链接:


eb-stop
eb-delete
都应该存在。

尝试
eb-terminate--all
删除应用程序,并确保您正在查看当前应用程序。

啊,这很有效!您知道为什么未识别
eb delete
eb stop
吗?您链接到的文档页面已过期,并且引用了旧版本的CLI。