Skip to content

Commit

Permalink
make docs-repo
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh committed Nov 16, 2023
1 parent 62ebbc9 commit b8100cd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/md/melange_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ melange build [flags]
--overlay-binsh string use specified file as /bin/sh overlay in build environment
--pipeline-dir string directory used to extend defined built-in pipelines
-r, --repository-append strings path to extra repositories to include in the build environment
--runner string which runner to use to enable running commands, default is based on your platform. Options are ["bubblewrap" "docker" "lima" "kubernetes"] (default "bubblewrap")
--runner string which runner to use to enable running commands, default is based on your platform. Options are ["bubblewrap" "docker" "lima" "kubernetes"] (default "docker")
--signing-key string key to use for signing
--source-dir string directory used for included sources
--strip-origin-name whether origin names should be stripped (for bootstrap)
Expand Down
2 changes: 1 addition & 1 deletion docs/md/melange_convert.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Convert is an EXPERIMENTAL COMMAND - Attempts to convert packages/gems/apkbuild
--additional-repositories stringArray additional repositories to be added to convert environment config
-h, --help help for convert
-o, --out-dir string directory where convert config will be output (default "./generated")
--use-github **experimental** if true, tries to use github to figure out the release commit details (python only for now). To prevent rate limiting, you can set the GITHUB_TOKEN env variable to a github token.
--use-github **experimental** if true, tries to use github to figure out the release commit details (python only for now). To prevent rate limiting, you can set the GITHUB_TOKEN env variable to a github token. (default true)
--use-relmon **experimental** if true, tries to use release-monitoring to fetch release monitoring data.
--wolfi-defaults if true, adds wolfi repo, and keyring to config (default true)
```
Expand Down
2 changes: 1 addition & 1 deletion docs/md/melange_convert_apkbuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ melange convert apkbuild [flags]
--additional-keyrings stringArray additional repositories to be added to convert environment config
--additional-repositories stringArray additional repositories to be added to convert environment config
-o, --out-dir string directory where convert config will be output (default "./generated")
--use-github **experimental** if true, tries to use github to figure out the release commit details (python only for now). To prevent rate limiting, you can set the GITHUB_TOKEN env variable to a github token.
--use-github **experimental** if true, tries to use github to figure out the release commit details (python only for now). To prevent rate limiting, you can set the GITHUB_TOKEN env variable to a github token. (default true)
--use-relmon **experimental** if true, tries to use release-monitoring to fetch release monitoring data.
--wolfi-defaults if true, adds wolfi repo, and keyring to config (default true)
```
Expand Down
2 changes: 1 addition & 1 deletion docs/md/melange_convert_gem.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ convert gem fluentd
--additional-keyrings stringArray additional repositories to be added to convert environment config
--additional-repositories stringArray additional repositories to be added to convert environment config
-o, --out-dir string directory where convert config will be output (default "./generated")
--use-github **experimental** if true, tries to use github to figure out the release commit details (python only for now). To prevent rate limiting, you can set the GITHUB_TOKEN env variable to a github token.
--use-github **experimental** if true, tries to use github to figure out the release commit details (python only for now). To prevent rate limiting, you can set the GITHUB_TOKEN env variable to a github token. (default true)
--use-relmon **experimental** if true, tries to use release-monitoring to fetch release monitoring data.
--wolfi-defaults if true, adds wolfi repo, and keyring to config (default true)
```
Expand Down
2 changes: 1 addition & 1 deletion docs/md/melange_convert_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ convert python botocore
--additional-keyrings stringArray additional repositories to be added to convert environment config
--additional-repositories stringArray additional repositories to be added to convert environment config
-o, --out-dir string directory where convert config will be output (default "./generated")
--use-github **experimental** if true, tries to use github to figure out the release commit details (python only for now). To prevent rate limiting, you can set the GITHUB_TOKEN env variable to a github token.
--use-github **experimental** if true, tries to use github to figure out the release commit details (python only for now). To prevent rate limiting, you can set the GITHUB_TOKEN env variable to a github token. (default true)
--use-relmon **experimental** if true, tries to use release-monitoring to fetch release monitoring data.
--wolfi-defaults if true, adds wolfi repo, and keyring to config (default true)
```
Expand Down

0 comments on commit b8100cd

Please sign in to comment.