Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #416 from silvin-lubecki/experimental-readme
Browse files Browse the repository at this point in the history
Add some documentation about experimental build.
  • Loading branch information
vdemeester authored Nov 12, 2018
2 parents 68b7ccc + d70413d commit cc05b95
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,17 @@ $ source <(docker-app completion zsh)
Set the docker-app completion code for zsh to autoload on startup in your ~/.zshrc
```sh
source <(docker-app completion zsh)
```
```

## Experimental

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!

### How to build your own experimental binary

```console
$ make EXPERIMEMTAL=on bin/docker-app
$ ./bin/docker-app version
...
Experimental: on
```

0 comments on commit cc05b95

Please sign in to comment.