Comparing version 3.1.1 to 3.2.0
@@ -0,0 +0,0 @@ // jshint esversion: 6 |
@@ -0,0 +0,0 @@ // jshint esversion: 6 |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ /* jshint esversion: 6 */ |
@@ -0,0 +0,0 @@ /* jshint esversion: 6 */ |
13
index.js
@@ -11,3 +11,3 @@ #!/usr/bin/env node | ||
const galleryUri = "https://plexiform.azurewebsites.net"; | ||
let galleryUri = "https://plexiform.azurewebsites.net"; | ||
@@ -32,3 +32,3 @@ // --------------------------------------------------------------------- | ||
name: "Plexiform", | ||
version: "3.1.1", | ||
version: "3.2.0", | ||
author: "Raith" | ||
@@ -113,2 +113,4 @@ }; | ||
All gallery commands also support the optional --gallery <gallery_URI> switch for specifying the gallery URI | ||
=============================================================================== | ||
@@ -246,2 +248,9 @@ | ||
var overrideGalleryUri = argv.options["gallery"]; | ||
if (overrideGalleryUri) { | ||
if (!overrideGalleryUri.match(/^https?:\/\//)) overrideGalleryUri = `http://${overrideGalleryUri}`; | ||
console.log(`Using gallery URI = ${overrideGalleryUri}`); | ||
galleryUri = overrideGalleryUri; | ||
} | ||
// plexiform gallery publish --spec <spec_name> --secret <secret> [--rev <revision_number>] | ||
@@ -248,0 +257,0 @@ if (argv.params[0] == "publish") { |
{ | ||
"name": "plexiform", | ||
"version": "3.1.1", | ||
"version": "3.2.0", | ||
"description": "A very simple template-driven generator.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Plexiform | ||
> **v3.1.1** | ||
> **v3.2.0** | ||
@@ -5,0 +5,0 @@ | In this document | |
@@ -0,0 +0,0 @@ { |
@@ -33,4 +33,5 @@ # Plexiform | ||
| 2017-12-31 | v3.1.0 | Raith | Removal of processor parameter now that this has become more formalised. Will use exported process method of the build module instead | | ||
| 2017-01-01 | v3.1.1 | Raith | Fix reference to defunct variable (should be using TypeScript) | | ||
| 2018-01-01 | v3.1.1 | Raith | Fix reference to defunct variable (should be using TypeScript) | | ||
| 2018-01-08 | v3.2.0 | Raith | Added --gallery switch for changing the gallery URI | | ||
--- |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37513
692