diff --git a/README.md b/README.md index a471da8..7067a31 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,9 @@ Save the alternate distribution URL in `~/.stack/config.yml`: ```bash stack config set distribution-url https://github.com/example-org/my-stack-fork/releases/latest/download/stack ``` - +## Learn More + - [Stack commands](./docs/cli.md) + - [Recent New Features](./docs/recent-features.md) ## Contributing See the [CONTRIBUTING.md](/docs/CONTRIBUTING.md) for developer mode install. diff --git a/docs/recent-features.md b/docs/recent-features.md new file mode 100644 index 0000000..4b79ce8 --- /dev/null +++ b/docs/recent-features.md @@ -0,0 +1,10 @@ +# Recent New Features + + - [#88](https://github.com/bozemanpass/stack/pull/88) Automatic https/tls certificate provisioning with Docker (for small demo/production deployments without the need to host on k8s) + - [#87](https://github.com/bozemanpass/stack/pull/87) Shell command line completion + - [#86](https://github.com/bozemanpass/stack/pull/86) Output [Mermaid](https://www.mermaidchart.com/) charts for a stack + - [#76](https://github.com/bozemanpass/stack/pull/76) Stack checklist pre-flight command (confirms stack components are available to deploy) + - [#48](https://github.com/bozemanpass/stack/pull/48) Simplified configuration via config file + - [#23](https://github.com/bozemanpass/stack/pull/23) Stack composition (a stack can contain other stacks) + - [#11](https://github.com/bozemanpass/stack/pull/11) Container images defined by git repositories (GitRev) + \ No newline at end of file