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.
2 parents 6c2fb5a + d6a28e6 commit db881d6Copy full SHA for db881d6
dcos-app-deploy/LICENSE
dcos-app-deploy/NOTES.md
dcos-app-deploy/README.md
@@ -0,0 +1 @@
1
+##dcos-app-deploy
dcos-app-deploy/plugin.yaml
@@ -0,0 +1,18 @@
+tag: 0.0.1
2
+version: 0.1.0
3
+description: Deploy an application on dcos cluster
4
+keywords:
5
+ - dcos
6
+ - deploy
7
+ - deployment
8
+ +home: https://github.com/codefresh-io/cf-deploy-dcos
9
+ +sources:
10
+ + - https://github.com/codefresh-io/cf-deploy-dcos
11
+ +maintainers: # (optional)
12
+ + - name: Eugene Semirski
13
+ + email: eugene@codefresh.io
14
+ +icon: https://avatars0.githubusercontent.com/u/29493517?v=4&s=400
15
+ +envs:
16
+ + - name: ENV_NAME
17
+ + type: required
18
+ + description: Some description
0 commit comments