We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d42c69 commit 9b88980Copy full SHA for 9b88980
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# 5.1.0 / 2019-07-22
2
+
3
+Additions:
4
5
+- Allow specifying alternate config file during deployment
6
+- Allow non-interactive secret manipulation
7
+- Allow non-interactive config manipulation
8
+- Allow using `exoframe rm` with deploy token
9
+- Allow removing deployments using URL
10
11
# 5.0.0 / 2019-07-17
12
13
Additions:
package.json
@@ -1,6 +1,6 @@
{
"name": "exoframe",
- "version": "5.0.2-dev",
+ "version": "5.1.0",
"description": "Exoframe is a self-hosted tool that allows simple one-command deployments using Docker",
"main": "index.js",
"repository": "git@github.com:exoframejs/exoframe.git",
0 commit comments