From 60d9b8e1c884817c07ffa4598c3cccebdb00dbee Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 2 Dec 2025 17:57:23 +0100 Subject: [PATCH] build --- portainer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/portainer.py b/portainer.py index 34a8cc7..3c86bb2 100755 --- a/portainer.py +++ b/portainer.py @@ -12,6 +12,7 @@ from git import Repo # pip install gitpython from port import Portainer import logging VERSION="0.0.1" + parser = argparse.ArgumentParser(description="Portainer helper - use env vars or pass credentials.") parser.add_argument("--base", "-b", default=os.getenv("PORTAINER_URL", "https://portainer.example.com"), help="Base URL for Portainer (ENV: PORTAINER_URL)")