Comparing version 0.4.0 to 0.4.1
@@ -31,4 +31,4 @@ #!/usr/bin/env node | ||
AST Web API Stylizer CLI Wrapper | ||
by Guillaume D-Isabelle, 2022-06-11 | ||
Version 0.3.13 | ||
by Guillaume D-Isabelle, 2023-02-01 | ||
Version 0.4.1 | ||
-------------------------------------- | ||
@@ -44,5 +44,5 @@ -------------HELP---------------------- | ||
usage : | ||
gia-ast-meta mycontent.jpg 91 | ||
gia-ast-meta mycontent.jpg 01 | ||
gia-ast-meta mycontent.jpg 12 1280 2048 -1 -a | ||
gia-ast-meta mycontent.jpg 9091 | ||
gia-ast-meta mycontent.jpg 9001 | ||
gia-ast-meta mycontent.jpg 9112 1280 2048 -1 -a | ||
@@ -49,0 +49,0 @@ ------------------------------ |
@@ -89,3 +89,4 @@ #!/usr/bin/env node | ||
export astoutsuffix="__stylized__" | ||
export astportbase=90 | ||
#export astportbase=90 #DEPRECATED, use full port ex. 9001,7860 | ||
# Using two digits will use the portbase anyway | ||
export astcallprotocol="http" | ||
@@ -238,3 +239,7 @@ export astcallmethod="stylize" | ||
console.log("TargetOutput: " + targetOutput); | ||
var portnum = config.portbase + modelid; | ||
var portnum = modelid; | ||
//if length is 2, we will use the full port number | ||
if (modelid.length == 2) | ||
portnum = config.portbase + modelid; | ||
@@ -241,0 +246,0 @@ const callurl = config.callprotocol + "://" + config.hostname + ":" + portnum + "/" + config.callmethod.replace("/", ""); |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/bin/env node |
@@ -0,0 +0,0 @@ { |
{ | ||
"name": "gia-ast", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A CLI Wrapping AST Web API calls to servers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,1 +1,8 @@ | ||
# --@STCGoal migrating from : https://github.com/GuillaumeAI/x__etch-a-sketch__210224 | ||
# Work in progress CLI for my AStia Project | ||
@@ -2,0 +9,0 @@ |
@@ -0,0 +0,0 @@ --image_size |
@@ -0,0 +0,0 @@ #!/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1691773
47
7802
58
17
114