Ship, publish and operate

The manifest, private versus Marketplace, versioning, dependencies, validation, deploying, publish and install, billing, consent, testing, verifying live, and operating the app.

You have written the files. This group is everything after that: how the app gets onto the platform, what publish and install actually do, how a second version reaches a tenant already running the first, and how you run the thing once real traffic hits it.

The path

text
validate ──► deploy ──► build ──► publish ──► install ──► verify ──► operate

revenexx deploy app runs the middle of that in one command. The two ends are yours: validating before you push, and confirming afterwards that the gateway answers.

Routes are written at install time. That single fact explains most of this group. A build that succeeded and a version that published still answer nothing new until the install step runs for that version — which is why deploy app does all of it by default, and why --no-install leaves you wondering where your capability went.

In this group