Added top-level overall command

This commit is contained in:
Cian Hughes
2023-10-27 17:44:13 +01:00
parent dae9e33125
commit 6947fe8c99
4 changed files with 21 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ def create_ignition_disk(
str, typer.Option(help="Swarm token for connecting to the swarm", prompt=True)
],
) -> None:
"""Writes an ignition image to the specified disk for easy deployment of new nodes to the swarm""" # noqa
create_img(hostname, password, switch_ip_address, switch_port, swarm_token)
valid, response = validate()
if not valid: