This commit is contained in:
2026-02-10 21:29:42 +01:00
parent 8de33d2d92
commit 0c2be26cf0

View File

@@ -149,7 +149,12 @@ parser.add_argument("--gpu", "-g", action="store_true")
parser.add_argument("--timeout", type=int, default=10, help="Request timeout seconds")
parser.add_argument("--deploy-mode", "-m", type=str, default="git", help="Deploy mode")
parser.add_argument("--stack-mode", "-w", default=None, help="Stack mode")
parser.add_argument("--excluded", "-e", nargs="+", default=["portainer", "nginx"], help="Exclude from update")
parser.add_argument(
"-E", "--excluded",
nargs="+",
default=["portainer", "nginx"],
help="Exclude from update"
)
args = parser.parse_args()
print("Running version:", VERSION)
print("Environment:", args.site)