You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: command.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ program
34
34
.description('Deploy a script version of your script, stage it to be used on a page')
35
35
.option("--file <string>","relative path of the file to the scripts/ folder eg. test.js if the file is right inside the scripts folder")
36
36
.option("--version <string>","semantic version eg. 1.0.0, dev version is used to deploy the script that will be in sync with your local development file")
37
-
.option("--location <string>","body|head")
37
+
.option("--location <string>","header|footer")
38
38
.action((options)=>deploy(options));
39
39
40
40
@@ -78,4 +78,4 @@ program
78
78
console.log(colors.red("Retrivial argument can only be 'site' or 'page', "+retrievial+" supplied"));
0 commit comments