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 1f5549a8bb - Show all commits

View File

@ -3,7 +3,6 @@
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
import sys
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -14,18 +13,13 @@ import sys
# along with this program. If not, see <http:#www.gnu.org/licenses/>.
import base64
from email.quoprimime import decode
import click
import sys
import yaml
from urllib.parse import urlparse
from stack_orchestrator.deploy.webapp.util import (
LaconicRegistryClient,
TimedLogger,
)
from stack_orchestrator.deploy.webapp.util import LaconicRegistryClient
@click.command()