#125 Drop `instance` command
Closed: Fixed by frantisekz. Opened by abitrolly.

There are only two commands in testcloud. It may make sense to drop instance to move its subcommands into root level, and make subcommands same with podman where possible. For cases when user need to run VM instead of container.

Command Types:
  Types of commands available
  {instance,image}  <command> --help
    instance        help on instance options
    image           help on image options

Commit 3f1eef38 fixes this issue

Thanks for the idea @abitrolly . The instance subcommand was indeed redundant in testcloud. I am not sure changing the subcommand names to match podman patterns would make too big of an improvement in testcloud context, but it's something we can definitely discuss/think about in the future.

Metadata
Related Pull Requests