@bitgenics/fab-upload-cli
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -17,3 +17,2 @@ "use strict"; | ||
}); | ||
console.log({ response }); | ||
if (response.ok) { | ||
@@ -20,0 +19,0 @@ log_1.log("Done!"); |
@@ -16,3 +16,2 @@ "use strict"; | ||
const gitMetaData = await git_1.getGitData(); | ||
console.log({ gitMetaData }); | ||
log_1.log("Uploading commit data to Linc"); | ||
@@ -19,0 +18,0 @@ const response = await uploadMetadata_1.default({ |
@@ -45,3 +45,2 @@ "use strict"; | ||
else { | ||
console.log({ srResponse }); | ||
handleServerError_1.default(srResponse.error); | ||
@@ -48,0 +47,0 @@ } |
export declare const doesFileExist: (filePath: string) => boolean | undefined; | ||
export declare const checksumFile: (filePath: string) => string; | ||
export declare const logUrls: (urls: string[]) => void; | ||
export declare const composeLincCommitPageUrl: (sitename: string, commitHash: string) => string; | ||
export declare const composeLincCommitPageUrl: (sitename: string, commitHash: string) => void; |
@@ -24,2 +24,2 @@ "use strict"; | ||
exports.logUrls = (urls) => urls.forEach(url => console.log(url)); | ||
exports.composeLincCommitPageUrl = (sitename, commitHash) => `https://app.linc.sh/sites/${sitename}/commit/${commitHash}`; | ||
exports.composeLincCommitPageUrl = (sitename, commitHash) => console.log(`https://app.linc.sh/sites/${sitename}/commit/${commitHash}`); |
@@ -13,5 +13,4 @@ "use strict"; | ||
}); | ||
console.log({ response }); | ||
return response; | ||
}; | ||
exports.default = uploadBundleToS3; |
{ | ||
"name": "@bitgenics/fab-upload-cli", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Tom Trinca @plexey", | ||
@@ -5,0 +5,0 @@ "bin": { |
20094
478