Skip to content

Commit

Permalink
Merge pull request #250 from yaelharel/platform07-fix
Browse files Browse the repository at this point in the history
Stack is an exporter flag
  • Loading branch information
ekcasey authored Sep 21, 2021
2 parents 765f2ea + 1ce942d commit ec251e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ Usage:
[-process-type <process-type> ] \
[-project-metadata <project-metadata> ] \
[-report <report> ] \
[-stack <stack>] \
[-uid <uid> ] \
<image> [<image>...]
```
Expand All @@ -536,6 +537,7 @@ Usage:
| `<process-type>` | `CNB_PROCESS_TYPE` | | Default process type to set in the exported image
| `<project-metadata>`| `CNB_PROJECT_METADATA_PATH`| `<layers>/project-metadata.toml` | Path to a project metadata file (see [`project-metadata.toml`](#project-metadatatoml-toml)
| `<report>` | `CNB_REPORT_PATH` | `<layers>/report.toml` | Path to report (see [`report.toml`](#reporttoml-toml)
| `<stack>` | `CNB_STACK_PATH` | `/cnb/stack.toml` | Path to stack file (see [`stack.toml`](#stacktoml-toml)
| `<uid>` | `CNB_USER_ID` | | UID of the build image `User`
| `<layers>/config/metadata.toml` | | | Build metadata (see [`metadata.toml`](#metadatatoml-toml)

Expand Down

0 comments on commit ec251e0

Please sign in to comment.