diff --git a/cli/src/commands/upload.ts b/cli/src/commands/upload.ts index 58cb962..2790fb4 100644 --- a/cli/src/commands/upload.ts +++ b/cli/src/commands/upload.ts @@ -34,6 +34,7 @@ export const uploadCommand = new Command('upload') DEFAULT_CHUNK_SIZE.toString() ) .action(async (websiteDirPath, options, command) => { + //TODO: follow up on command.optsWithGlobals() vs command.parent?.opts() let globalOptions = command.optsWithGlobals() // throw if global options are not defined diff --git a/cli/src/commands/utils.ts b/cli/src/commands/utils.ts index 8916c23..ec92278 100644 --- a/cli/src/commands/utils.ts +++ b/cli/src/commands/utils.ts @@ -11,7 +11,7 @@ import { parse as yamlParse } from 'yaml' const KEY_ENV_NAME = 'SECRET_KEY' -//TODO: add tests +// TODO: add tests /** * Make a provider from the node URL and secret key