Skip to content

Commit bca2ebf

Browse files
authored
Merge pull request #89 from bozemanpass/recent-features-doc
Recent features doc
2 parents cc31410 + c334a73 commit bca2ebf

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ Save the alternate distribution URL in `~/.stack/config.yml`:
120120
```bash
121121
stack config set distribution-url https://github.com/example-org/my-stack-fork/releases/latest/download/stack
122122
```
123-
123+
## Learn More
124+
- [Stack commands](./docs/cli.md)
125+
- [Recent New Features](./docs/recent-features.md)
124126
## Contributing
125127

126128
See the [CONTRIBUTING.md](/docs/CONTRIBUTING.md) for developer mode install.

docs/recent-features.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Recent New Features
2+
3+
- [#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)
4+
- [#87](https://github.com/bozemanpass/stack/pull/87) Shell command line completion
5+
- [#86](https://github.com/bozemanpass/stack/pull/86) Output [Mermaid](https://www.mermaidchart.com/) charts for a stack
6+
- [#76](https://github.com/bozemanpass/stack/pull/76) Stack checklist pre-flight command (confirms stack components are available to deploy)
7+
- [#48](https://github.com/bozemanpass/stack/pull/48) Simplified configuration via config file
8+
- [#23](https://github.com/bozemanpass/stack/pull/23) Stack composition (a stack can contain other stacks)
9+
- [#11](https://github.com/bozemanpass/stack/pull/11) Container images defined by git repositories (GitRev)
10+

0 commit comments

Comments
 (0)