add machine subcommand

This commit is contained in:
Jörg Thalheim
2023-08-24 16:58:22 +02:00
parent be78e65b11
commit c5b16124ef
9 changed files with 104 additions and 25 deletions

View File

@@ -1,13 +1,12 @@
import argparse
from ..machines.types import machine_name_type, validate_hostname
from . import secrets
from .folders import list_objects, remove_object, sops_machines_folder
from .sops import write_key
from .types import (
machine_name_type,
public_or_private_age_key_type,
secret_name_type,
validate_hostname,
)