Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-06 | tools: Add 'net-convert' subcommand command to 'cloud-init devel'. | Scott Moser | |
Move the tools/net-convert.py to be exposed as part of 'cloud-init devel' subcommands. It can now be called like: $ cloud-init devel net-convert Or, if you just have checked out source (and no cli executable): $ python3 -m cloudinit.cmd.devel.net_convert or $ python3 -m cloudinit.cmd.main devel net-convert | |||
2018-04-17 | Implement bash completion script for cloud-init command line | Ryan Harper | |
In bash shells with bash_completion enabled, now the cloud-init sub commands and parameters/flags will be shown. |