def apps_get_snippet()

in dell_ai/cli/main.py [0:0]


def apps_get_snippet(
    app_id: str = typer.Argument(..., help="Application ID"),
    config_json: str = typer.Option(
        "{}",
        "--config",
        "-c",
        help="JSON configuration string for the application",
    ),