arcade-mcp/libs/arcade-cli/arcade_cli
Sterling Dreyer f4480c3945
Fix arcade worker list endpoints (#504)
We weren't checking that the engine version of the worker was the same
as the cloud version that we were comparing against and incorrectly
saying the URL was wrong

Before
<img width="1447" height="340" alt="Screenshot 2025-07-21 at 1 55 13 PM"
src="https://github.com/user-attachments/assets/cf39ce9f-0c86-45fd-a68e-c92369876292"
/>

After
<img width="1454" height="308" alt="Screenshot 2025-07-21 at 1 55 07 PM"
src="https://github.com/user-attachments/assets/efcfe6c8-b892-45f7-bf4c-71edc66c8325"
/>
2025-07-21 14:43:58 -07:00
..
templates/{{ toolkit_name }} Remove arcade_ prefix requirement and add entry point toolkit discovery (#485) 2025-07-16 09:51:21 -07:00
toolkit_docs Toolkit docs generator command for Arcade CLI (#414) 2025-07-18 11:22:21 -03:00
__init__.py 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
authn.py 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
config.py 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
constants.py Fix login callback (#489) 2025-07-15 11:21:33 -07:00
deployment.py Filter out unneeded files/directories before deploying workers (#464) 2025-07-01 10:07:15 -07:00
display.py 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
main.py Toolkit docs generator command for Arcade CLI (#414) 2025-07-18 11:22:21 -03:00
new.py Remove arcade_ prefix requirement and add entry point toolkit discovery (#485) 2025-07-16 09:51:21 -07:00
serve.py 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
show.py 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
utils.py Fix login callback (#489) 2025-07-15 11:21:33 -07:00
worker.py Fix arcade worker list endpoints (#504) 2025-07-21 14:43:58 -07:00