@fileverse/api 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.js
CHANGED
|
@@ -1186,7 +1186,7 @@ var decryptSavedData = async (apiKey, encryptedData) => {
|
|
|
1186
1186
|
};
|
|
1187
1187
|
|
|
1188
1188
|
// src/cli/index.ts
|
|
1189
|
-
var program = new Command().name("fileverse-api").description("Run the Fileverse API server").version("0.0.
|
|
1189
|
+
var program = new Command().name("fileverse-api").description("Run the Fileverse API server").version("0.0.3").option("--apiKey <key>", "API key for authentication").option("--rpcUrl <url>", "RPC URL for blockchain connection").option("--port <port>", "Port to run the server on", "8001").option("--db <path>", "Database path").action(async (options) => {
|
|
1190
1190
|
try {
|
|
1191
1191
|
console.log("Fileverse API - Starting initialization...\n");
|
|
1192
1192
|
if (needsPrompting(options)) {
|