feat: add interactive deployment and switch to poetry #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lum/easy-token-deployment"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -62,0 +82,4 @@
def execute(config, eargs: ExtraArgs):
# !TODO Remove this
eargs.key_file_path = "/home/will/grassroots/cic-internal-integration/apps/cic-ussd/tests/data/pgp/privatekeys_meta.asc"
This needs to be cleaned up
@ -0,0 +25,4 @@
# Download File from Url
def download_file(url: str, directory: str, filename=None) -> (str, bytes):
os.makedirs(directory, exist_ok=True)
This should be a tmp dir