Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit cc05b95

Browse files
authored
Merge pull request #416 from silvin-lubecki/experimental-readme
Add some documentation about experimental build.
2 parents 68b7ccc + d70413d commit cc05b95

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,4 +295,17 @@ $ source <(docker-app completion zsh)
295295
Set the docker-app completion code for zsh to autoload on startup in your ~/.zshrc
296296
```sh
297297
source <(docker-app completion zsh)
298-
```
298+
```
299+
300+
## Experimental
301+
302+
Some commands are flagged as experimental and will remain in this state until they mature. These commands are only accessible using an experimental binary. Feel free to test these commands and give us some feedback!
303+
304+
### How to build your own experimental binary
305+
306+
```console
307+
$ make EXPERIMEMTAL=on bin/docker-app
308+
$ ./bin/docker-app version
309+
...
310+
Experimental: on
311+
```

0 commit comments

Comments
 (0)