Support uploaded config, add 'publish-webapp-deployer' and 'request-webapp-deployment' commands #938

Merged
telackey merged 12 commits from telackey/configupload into main 2024-08-27 19:55:07 +00:00
Showing only changes of commit b248e78f10 - Show all commits

View File

@ -16,6 +16,7 @@ import base64
import shutil
import sys
import tempfile
from datetime import datetime
import gnupg
import click
@ -131,6 +132,9 @@ def command(
"version": "1.0.0",
"name": f"{app_record.attributes.name}@{app_record.attributes.version}",
"deployer": deployer,
"meta": {
"when": str(datetime.utcnow())
}
}
}