Loading...
Loading...
Promote a Factorial Code app's code from its dev workspace to its prod workspace — fcode clone the dev- workspace, remote:add the prod- workspace, pull prod's current metadata, then add and push. Use when releasing, promoting, or deploying a Factorial Code (fcode) app's dev workspace to production, or pushing a dev- workspace's code to its prod- counterpart.
npx skill4agent add factorialco/factorial-code-skills fcode-releasedev-…prod-…stablefcode-core-conceptsfcode-amateam:versions:*stablefcode-code-validationprod-…fcode loginfcode-amafcode-code-validationfcode push--forcefcode pullfcode pushfcode-clifcode pullremote:adddev-…prod-…fcode-clifcode clonefcode-amadev-xxx/fcode pulldev-…prod-…APP_VALIDATION_REPORT.mdfcode-code-validationfcode clone --skipSkillsSetup dev-xxx
cd dev-xxx
fcode remote:add prod-xxx
fcode pull # mandatory: picks up prod's current metadata
fcode add # registers resources prod doesn't have yetfcode pullfcode statusprod-xxxfcode push--forcestablefcode-ama