BlueForge Docs

forge build

Verify project builds locally before deploying.

Command

forge build [--no-verify] [--app <name>]

Arguments

None.

Flags

FlagTypeDefaultNotes
--no-verify
bool
false
Skip per-app build verification
--app
stringOnly verify one app from the config

Examples

Build all apps:

forge build

Build single app:

forge build --app my-api

Skip verification:

forge build --no-verify

Errors

Exit codeMeaning
0Build succeeded
1Build failed

Pitfalls

  • Non-deployable apps skipped — apps without a
    type
    in
    blueforge.config.json
    are automatically skipped.
  • Requires blueforge.config.json — run
    forge init
    first if no config exists.

See also

{auto-injected}

Tested against

{auto-injected}