edgeone-makers-deploy
EdgeOne Makers Deployment Skill
Deploy any project to EdgeOne Makers.
⛔ Critical Rules (never skip)
-
CLI version ≥
1.6.0— reinstall if lower. Versions below1.6.0lack the non-interactive fixes (whoami fail-fast,--jsonoutput) and will hang in Agent/CI environments. Never proceed with an outdated version. -
Never truncate the deploy URL — this applies to EVERY mention —
EDGEONE_DEPLOY_URLincludes query parameters (?eo_token=...&eo_time=...) required for access. Without them the page returns 401. Always output the complete URL with full query string. This rule applies to: the primary display, summary tables, footnotes, comparisons, code blocks,present_filescalls — every single occurrence of the URL in your reply. Truncation is any removal of the?and everything after it.❌ WRONG (truncated — will 401):
https://my-app-w9t0lxe8.edgeone.cool✅ CORRECT (full URL):
https://my-app-w9t0lxe8.edgeone.cool?eo_token=abc123&eo_time=1234567890