This commit is contained in:
2026-01-12 23:30:30 +01:00
parent ae387a794c
commit 2dc800f7f9
2 changed files with 8 additions and 5 deletions

View File

@@ -682,8 +682,4 @@ if __name__ == "__main__":
sys.exit()
if args.action == "refresh_status":
if args.stack == "all":
print("Stopping all stacks...")
stcks = por.get_stacks(endpoint_id=args.endpoint_id)
else:
por.refresh_status(args.stack_id)
por.refresh_status(args)