Skip to content

Commit 7a318e4

Browse files
committed
Minor README updates
1 parent 8d5a1f8 commit 7a318e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ GLOBAL OPTIONS:
2727
--debug enable more output (esp. all "docker build" output instead of only output on failure) [$BASHBREW_DEBUG]
2828
--no-sort do not apply any sorting, even via --build-order
2929
--arch value the current platform architecture (default: "amd64") [$BASHBREW_ARCH]
30+
--namespace value a repo namespace to act upon/in [$BASHBREW_NAMESPACE]
3031
--constraint value build constraints (see Constraints in Manifest2822Entry) [$BASHBREW_CONSTRAINTS]
3132
--exclusive-constraints skip entries which do not have Constraints
3233
--arch-namespace value architecture to push namespace mappings for creating indexes/manifest lists ("arch=namespace" ala "s390x=tianons390x") [$BASHBREW_ARCH_NAMESPACES]
@@ -40,7 +41,7 @@ GLOBAL OPTIONS:
4041

4142
Pre-built binaries are available to [download from Jenkins (for a large variety of supported architectures)](https://doi-janky.infosiftr.net/job/bashbrew/lastSuccessfulBuild/artifact/bin/).
4243

43-
For building `bashbrew` yourself, there are clues in [`bashbrew.sh`](bashbrew.sh) and [`.travis.yml`](../.travis.yml) (although it's a pretty standard Go application).
44+
(For building `bashbrew` yourself, it's a pretty standard Go application.)
4445

4546
## Usage
4647

@@ -50,7 +51,7 @@ In general, `bashbrew build some-repo` or `bashbrew build ./some-file` should be
5051

5152
## Configuration
5253

53-
The default "flags" configuration is in `~/.config/bashbrew/flags`, but the base path can be overridden with `--config` or `BASHBREW_CONFIG` (technically, the full path to the `flags` configuration file is `${BASHBREW_CONFIG:-${XDG_CONFIG_HOME:-$HOME/.config}/bashbrew}/flags`).
54+
The default "flags" configuration is in `~/.config/bashbrew/flags`, but the base path can be overridden with `--config` or `BASHBREW_CONFIG` (technically, the full path to the default `flags` configuration file is `${BASHBREW_CONFIG:-${XDG_CONFIG_HOME:-$HOME/.config}/bashbrew}/flags`).
5455

5556
To set a default namespace for specific commands only:
5657

@@ -85,4 +86,4 @@ Commands: tag
8586
Debug: true
8687
```
8788

88-
In this example, `bashbrew tag` will get both `Namespace` and `Debug` applied.
89+
In this example, `bashbrew tag` will get both `Namespace` and `Debug` applied (options are additive).

0 commit comments

Comments
 (0)