21 Commits

Author SHA1 Message Date
1173ee0a25 avoid circular, gigantic zipfile generation by putting it in the /tmp dir 2023-04-02 21:26:46 +02:00
2456c056f4 check for an exact match in all cases when assigning a custom domain, on creation or after. remove a superfluous call 2023-04-01 21:05:58 +02:00
cecaa1a2c6 do exact match when checking if requested custom domain for deployment is already in use 2023-04-01 21:01:14 +02:00
7302106276 removed most of the TODOs, let's keep it simple 2023-04-01 14:51:31 +02:00
d3db6f3759 bumped version, added todo 2023-03-31 23:52:05 +02:00
211d3758e6 oops, readme was out of date 2023-03-31 23:37:58 +02:00
d57433b90e updated the README 2023-03-31 23:35:37 +02:00
d86bb24474 disallow partial custom domains when there's more than one DOMAIN 2023-03-31 23:22:43 +02:00
b2fb3afd42 help is a bit nicer looking, fixed a bug caused by moving an API call outside a try/xcept 2023-03-31 23:02:58 +02:00
a5eb43d65c broke things into modules, fixed a number of things. 2023-03-31 22:47:06 +02:00
214b9f3078 better error message when custom domain is already in use 2023-03-31 21:12:40 +02:00
c9d6073ec3 small bugfix where existence of custom domain wasn't checked before trying to set it 2023-03-31 21:08:19 +02:00
2a436c9a0e updated version and gitignore: 2023-03-31 19:42:36 +02:00
133097b0d9 small improvements, including giving a more explicit error message about NoNestedFolder. fixed a bug where --custom-domain --domain wasn't working 2023-03-31 19:39:21 +02:00
20c282250e check if custom domain is already in use before trying to assign it. slightly improved message when custom domain assignment is successful 2023-03-31 19:27:06 +02:00
b017b582bf minor improvement to when you don't supply any args 2023-03-31 19:14:45 +02:00
995d53b33a removed python-dotenv from requirements 2023-03-31 19:11:55 +02:00
55aebb86f6 it's working as an installable CLI on testPypi. added more docs, handled when there's no custom domains, added to gitignore 2023-03-31 19:09:06 +02:00
da8bdd1969 added license 2023-03-31 16:36:28 +02:00
1d96d7df60 second 2023-03-31 16:33:25 +02:00
e479f46d56 first 2023-03-31 15:59:26 +02:00