clever-tools
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -0,1 +1,6 @@ | ||
# 0.9.1 | ||
- Fix app creation for java variants (jar, war, …) | ||
- Use app type default flavor instead of hardcoded "S" | ||
# 0.9.0 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "clever-tools", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "CLI tool to manage Clever Cloud applications", | ||
@@ -5,0 +5,0 @@ "main": "bin/clever.js", |
@@ -63,3 +63,3 @@ [![Build Status](https://travis-ci.org/CleverCloud/clever-tools.svg?branch=master)](https://travis-ci.org/CleverCloud/clever-tools) | ||
- `sbt`: for applications launched with SBT | ||
- `static`: for static (HTML only) websites | ||
- `static-apache`: for static (HTML only) websites | ||
- `war`: for applications deployed as war files | ||
@@ -66,0 +66,0 @@ |
@@ -30,3 +30,3 @@ var _ = require("lodash"); | ||
"sbt", | ||
"static", | ||
"static-apache", | ||
"war" | ||
@@ -33,0 +33,0 @@ ]); |
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
239266399
74
15