chaosblade-io / chaosblade

An easy to use and powerful chaos engineering experiment toolkit.(阿里巴巴开源的一款简单易用、功能强大的混沌实验注入工具)
https://chaosblade.io
Apache License 2.0
5.92k stars 943 forks source link

chaosblade 1.0.0 is not showing all option in create as shown in 0.10.0 #490

Open pchandrasekhar210893 opened 3 years ago

pchandrasekhar210893 commented 3 years ago

Issue Description

Version: 1.0.0

blade c -h Create a chaos engineering experiment

Usage: blade create [command]

Aliases: create, c

Examples: blade create cpu load --cpu-percent 60

Available Commands: cpu Cpu experiment disk Disk experiment file File experiment mem Mem experiment network Network experiment process Process experiment script Script chaos experiment strace strace experiment

Describe what happened (or what feature you want)

Describe what you expected to happen

In 0.10.0 we have below option version: 0.10.0 root@m-c02df4ekml85 docker-chasblade # blade c -h Create a chaos engineering experiment

Usage: blade create [command]

Aliases: create, c

Examples: blade create cpu load --cpu-percent 60

Available Commands: cplus C++ chaos experiments cpu Cpu experiment disk Disk experiment docker Docker experiment druid Experiment with the Druid dubbo Experiment with the Dubbo es ElasticSearch experiment! file File experiment hbase hbase experiment! http http experiment jedis jedis experiment jvm Experiment with the JVM k8s Kubernetes experiment kafka kafka experiment lettuce redis client lettuce experiment mem Mem experiment mongodb MongoDB experiment mysql mysql experiment network Network experiment process Process experiment psql Postgrelsql experiment rabbitmq rabbitmq experiment redisson redisson experiment rocketmq Rocketmq experiment,can make message send or pull delay and exception script Script chaos experiment servlet java servlet experiment strace strace experiment tars tars experiment

How to reproduce it (as minimally and precisely as possible)

  1. Just install 1.0.0 version and type blade c -h

Linux and docker

Anything else we need to know?

tiny-x commented 3 years ago

The 1.0.0-GA version does not include cplus.