Skip to content

Commit b33d282

Browse files
committed
run function
1 parent 8a4ce2b commit b33d282

8 files changed

+222
-94
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.9.0 2023-12-14
4+
5+
* dployer is the default option now, dployer_env renamed to env_var and new "run" subcommand
6+
37
## 0.8.0 2023-12-12
48

59
* Add support for dployer, which allows secret loading to also be handled externally by using named pipe communication with Docker containers

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tidploy"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55
license-file="LICENSE"
66
authors=["Tip ten Brink"]

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If dployer is not specified, it is assumed that the set password for the `deploy
4545

4646
## Help
4747

48-
```
48+
```text
4949
Simple deployment tool for deploying small deploy units and loading secrets
5050
5151
Usage: tidploy <COMMAND>
@@ -63,7 +63,7 @@ Options:
6363

6464
### Download
6565

66-
```
66+
```text
6767
Download tag or version with specific env
6868
6969
Usage: tidploy download [OPTIONS] <ENV> [GIT_REF]
@@ -93,7 +93,7 @@ Options:
9393

9494
### Auth
9595

96-
```
96+
```text
9797
Save authentication details for specific stage until reboot
9898
9999
Usage: tidploy auth [OPTIONS] <STAGE>
@@ -117,7 +117,7 @@ Options:
117117

118118
### Deploy
119119

120-
```
120+
```text
121121
Deploy tag or version with specific env
122122
123123
Usage: tidploy deploy [OPTIONS] <ENV> [GIT_REF]

0 commit comments

Comments
 (0)