Platform features are currently in invite-only beta. You can
sign up here if you want to be considered for one of our next
phases. The open source CLI, the compiler and the standalone generator are not part of the beta
and are available now.
Get a token
Create a token on your instance under your avatar menu, Personal Access Keys. There are two kinds, and the difference is only how much you have to type.access exchange token
Carries the instance address and tenant inside itself, so the token is the whole command.
personal access token
Does not carry an address, so it needs
--instance beside it.--instance wins over the address inside the token, because somebody typing it has a
reason: a tunnel, a staging host, a local instance.
Check where you are pointed
--offline answers from stored
credentials without calling the instance.
Publish
.cordango/. Publishing the last build artifact would let a
stale definition reach a real workspace after an edit that was never checked. The artifact is a
cache, and a cache is not an authority, so publish runs the same pipeline check and build run
and sends what that produces.
Coherent is the bar, not complete. An app whose domain exists but whose screens do not is a
normal state mid-authoring. Refusing to publish it would make “look at it running” the one thing you
cannot do while building. Incomplete apps publish, with the reasons printed. Broken ones do not
publish at all.
All or nothing across the workspace. Every selected app is checked before any of them is sent.
Publishing three apps and failing on the fourth would leave an instance holding half a workspace
whose cross-app references no longer resolve.

