northflank start service build
Start a new build for the given combined or build service. If given a commit sha, it will build that commit. Otherwise, the most recent relevant commit will be built. If the service provided is a build service, a branch name or pull request to build from is required
Options
Name | Description |
---|---|
--verbose | Verbose output |
--quiet | No console output |
-f, --file <file-path> | File to load resource json from |
-i, --input <resource-def> | JSON-formatted resource definition, takes precedence over "--file" |
--service, --serviceId <SERVICEID> | ID of the service, example: example-service |
--project, --projectId <PROJECTID> | ID of the project, example: default-project |
--noDefaults | OPTIONAL: Don't use context default values, explicitly use options or ask |
-o, --output <OUTPUT> | OPTIONAL: Output formatting, options: '--output json|yaml' |
-h, --help | Display help for command |