cnos run
cnos run
run is the lowest-friction adoption path for most teams.
cnos run -- node server.jscnos run --profile stage -- pnpm buildcnos run --auth -- node server.jsPrivate runs inject explicit envMapping entries into the child process, including mapped secret.* keys when CNOS can authenticate them. --public strips that down to promoted public values only.
Use --auth when the child process also bootstraps the CNOS runtime from __CNOS_GRAPH__ and should receive an encrypted pre-resolved secret payload instead of re-authenticating on first secret read.