apify-cli 0.21.9 → 0.21.10-beta.0
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/CHANGELOG.md +20 -0
- package/LICENSE.md +201 -0
- package/README.md +0 -1431
- package/dist/.tsbuildinfo +1 -1
- package/dist/commands/_register.js +68 -0
- package/dist/commands/_register.js.map +1 -0
- package/dist/commands/actor/_index.js +24 -0
- package/dist/commands/actor/_index.js.map +1 -0
- package/dist/commands/actor/charge.js +5 -3
- package/dist/commands/actor/charge.js.map +1 -1
- package/dist/commands/actor/get-input.js +3 -2
- package/dist/commands/actor/get-input.js.map +1 -1
- package/dist/commands/actor/get-public-url.js +4 -3
- package/dist/commands/actor/get-public-url.js.map +1 -1
- package/dist/commands/actor/get-value.js +4 -3
- package/dist/commands/actor/get-value.js.map +1 -1
- package/dist/commands/actor/push-data.js +6 -5
- package/dist/commands/actor/push-data.js.map +1 -1
- package/dist/commands/actor/set-value.js +5 -5
- package/dist/commands/actor/set-value.js.map +1 -1
- package/dist/commands/actors/_index.js +28 -0
- package/dist/commands/actors/_index.js.map +1 -0
- package/dist/commands/actors/build.js +3 -1
- package/dist/commands/actors/build.js.map +1 -1
- package/dist/commands/actors/call.js +9 -7
- package/dist/commands/actors/call.js.map +1 -1
- package/dist/commands/actors/info.js +7 -5
- package/dist/commands/actors/info.js.map +1 -1
- package/dist/commands/actors/ls.js +8 -6
- package/dist/commands/actors/ls.js.map +1 -1
- package/dist/commands/actors/pull.js +4 -2
- package/dist/commands/actors/pull.js.map +1 -1
- package/dist/commands/actors/push.js +4 -6
- package/dist/commands/actors/push.js.map +1 -1
- package/dist/commands/actors/rm.js +4 -3
- package/dist/commands/actors/rm.js.map +1 -1
- package/dist/commands/actors/start.js +9 -7
- package/dist/commands/actors/start.js.map +1 -1
- package/dist/commands/builds/_index.js +22 -0
- package/dist/commands/builds/_index.js.map +1 -0
- package/dist/commands/builds/create.js +7 -5
- package/dist/commands/builds/create.js.map +1 -1
- package/dist/commands/builds/info.js +7 -6
- package/dist/commands/builds/info.js.map +1 -1
- package/dist/commands/builds/log.js +4 -3
- package/dist/commands/builds/log.js.map +1 -1
- package/dist/commands/builds/ls.js +8 -6
- package/dist/commands/builds/ls.js.map +1 -1
- package/dist/commands/builds/rm.js +3 -2
- package/dist/commands/builds/rm.js.map +1 -1
- package/dist/commands/call.js +1 -0
- package/dist/commands/call.js.map +1 -1
- package/dist/commands/create.js +4 -2
- package/dist/commands/create.js.map +1 -1
- package/dist/commands/datasets/_index.js +25 -0
- package/dist/commands/datasets/_index.js.map +1 -0
- package/dist/commands/datasets/create.js +6 -5
- package/dist/commands/datasets/create.js.map +1 -1
- package/dist/commands/datasets/get-items.js +6 -7
- package/dist/commands/datasets/get-items.js.map +1 -1
- package/dist/commands/datasets/info.js +7 -6
- package/dist/commands/datasets/info.js.map +1 -1
- package/dist/commands/datasets/ls.js +6 -5
- package/dist/commands/datasets/ls.js.map +1 -1
- package/dist/commands/datasets/push-items.js +5 -4
- package/dist/commands/datasets/push-items.js.map +1 -1
- package/dist/commands/datasets/rename.js +4 -2
- package/dist/commands/datasets/rename.js.map +1 -1
- package/dist/commands/datasets/rm.js +3 -2
- package/dist/commands/datasets/rm.js.map +1 -1
- package/dist/commands/edit-input-schema.js +4 -3
- package/dist/commands/edit-input-schema.js.map +1 -1
- package/dist/commands/help.js +43 -0
- package/dist/commands/help.js.map +1 -0
- package/dist/commands/info.js +2 -1
- package/dist/commands/info.js.map +1 -1
- package/dist/commands/init-wrap-scrapy.js +3 -2
- package/dist/commands/init-wrap-scrapy.js.map +1 -1
- package/dist/commands/init.js +4 -2
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/key-value-stores/_index.js +30 -0
- package/dist/commands/key-value-stores/_index.js.map +1 -0
- package/dist/commands/key-value-stores/create.js +7 -7
- package/dist/commands/key-value-stores/create.js.map +1 -1
- package/dist/commands/key-value-stores/delete-value.js +4 -4
- package/dist/commands/key-value-stores/delete-value.js.map +1 -1
- package/dist/commands/key-value-stores/get-value.js +4 -3
- package/dist/commands/key-value-stores/get-value.js.map +1 -1
- package/dist/commands/key-value-stores/info.js +7 -7
- package/dist/commands/key-value-stores/info.js.map +1 -1
- package/dist/commands/key-value-stores/keys.js +7 -6
- package/dist/commands/key-value-stores/keys.js.map +1 -1
- package/dist/commands/key-value-stores/ls.js +6 -7
- package/dist/commands/key-value-stores/ls.js.map +1 -1
- package/dist/commands/key-value-stores/rename.js +4 -3
- package/dist/commands/key-value-stores/rename.js.map +1 -1
- package/dist/commands/key-value-stores/rm.js +3 -3
- package/dist/commands/key-value-stores/rm.js.map +1 -1
- package/dist/commands/key-value-stores/set-value.js +4 -6
- package/dist/commands/key-value-stores/set-value.js.map +1 -1
- package/dist/commands/login.js +8 -5
- package/dist/commands/login.js.map +1 -1
- package/dist/commands/logout.js +3 -2
- package/dist/commands/logout.js.map +1 -1
- package/dist/commands/pull.js +1 -0
- package/dist/commands/pull.js.map +1 -1
- package/dist/commands/push.js +1 -0
- package/dist/commands/push.js.map +1 -1
- package/dist/commands/request-queues/{index.js → _index.js} +4 -3
- package/dist/commands/request-queues/_index.js.map +1 -0
- package/dist/commands/run.js +20 -37
- package/dist/commands/run.js.map +1 -1
- package/dist/commands/runs/_index.js +23 -0
- package/dist/commands/runs/_index.js.map +1 -0
- package/dist/commands/runs/abort.js +7 -5
- package/dist/commands/runs/abort.js.map +1 -1
- package/dist/commands/runs/info.js +8 -6
- package/dist/commands/runs/info.js.map +1 -1
- package/dist/commands/runs/log.js +3 -2
- package/dist/commands/runs/log.js.map +1 -1
- package/dist/commands/runs/ls.js +7 -5
- package/dist/commands/runs/ls.js.map +1 -1
- package/dist/commands/runs/resurrect.js +6 -5
- package/dist/commands/runs/resurrect.js.map +1 -1
- package/dist/commands/runs/rm.js +3 -2
- package/dist/commands/runs/rm.js.map +1 -1
- package/dist/commands/secrets/{index.js → _index.js} +7 -3
- package/dist/commands/secrets/_index.js.map +1 -0
- package/dist/commands/secrets/add.js +3 -2
- package/dist/commands/secrets/add.js.map +1 -1
- package/dist/commands/secrets/rm.js +4 -3
- package/dist/commands/secrets/rm.js.map +1 -1
- package/dist/commands/task/_index.js +11 -0
- package/dist/commands/task/_index.js.map +1 -0
- package/dist/commands/task/run.js +3 -2
- package/dist/commands/task/run.js.map +1 -1
- package/dist/commands/upgrade.js +74 -0
- package/dist/commands/upgrade.js.map +1 -0
- package/dist/commands/validate-schema.js +3 -2
- package/dist/commands/validate-schema.js.map +1 -1
- package/dist/entrypoints/_shared.js +256 -0
- package/dist/entrypoints/_shared.js.map +1 -0
- package/dist/entrypoints/actor.js +19 -0
- package/dist/entrypoints/actor.js.map +1 -0
- package/dist/entrypoints/apify.js +18 -0
- package/dist/entrypoints/apify.js.map +1 -0
- package/dist/lib/command-framework/apify-command.js +426 -0
- package/dist/lib/command-framework/apify-command.js.map +1 -0
- package/dist/lib/command-framework/args.js +24 -0
- package/dist/lib/command-framework/args.js.map +1 -0
- package/dist/lib/command-framework/flags.js +99 -0
- package/dist/lib/command-framework/flags.js.map +1 -0
- package/dist/lib/command-framework/help/CommandHelp.js +228 -0
- package/dist/lib/command-framework/help/CommandHelp.js.map +1 -0
- package/dist/lib/command-framework/help/CommandWithSubcommands.js +75 -0
- package/dist/lib/command-framework/help/CommandWithSubcommands.js.map +1 -0
- package/dist/lib/command-framework/help/_BaseCommandRenderer.js +63 -0
- package/dist/lib/command-framework/help/_BaseCommandRenderer.js.map +1 -0
- package/dist/lib/command-framework/help/consts.js +27 -0
- package/dist/lib/command-framework/help/consts.js.map +1 -0
- package/dist/lib/command-framework/help.js +105 -0
- package/dist/lib/command-framework/help.js.map +1 -0
- package/dist/lib/commands/pretty-print-bytes.js.map +1 -1
- package/dist/lib/commands/read-stdin.js +34 -20
- package/dist/lib/commands/read-stdin.js.map +1 -1
- package/dist/lib/commands/resolve-actor-context.js.map +1 -1
- package/dist/lib/commands/resolve-input.js +6 -6
- package/dist/lib/commands/resolve-input.js.map +1 -1
- package/dist/lib/commands/run-on-cloud.js +1 -1
- package/dist/lib/commands/run-on-cloud.js.map +1 -1
- package/dist/lib/consts.js +1 -8
- package/dist/lib/consts.js.map +1 -1
- package/dist/lib/hooks/runtimes/utils.js +3 -6
- package/dist/lib/hooks/runtimes/utils.js.map +1 -1
- package/dist/lib/hooks/useCLIMetadata.js +73 -0
- package/dist/lib/hooks/useCLIMetadata.js.map +1 -0
- package/dist/lib/hooks/useCLIVersionCheck.js +91 -0
- package/dist/lib/hooks/useCLIVersionCheck.js.map +1 -0
- package/dist/lib/hooks/useCommandSuggestions.js +37 -0
- package/dist/lib/hooks/useCommandSuggestions.js.map +1 -0
- package/dist/lib/hooks/useCwdProject.js.map +1 -1
- package/dist/lib/hooks/useLocalState.js +56 -0
- package/dist/lib/hooks/useLocalState.js.map +1 -0
- package/dist/lib/hooks/useStdin.js +65 -0
- package/dist/lib/hooks/useStdin.js.map +1 -0
- package/dist/lib/outputs.js +1 -1
- package/dist/lib/outputs.js.map +1 -1
- package/dist/lib/telemetry.js.map +1 -1
- package/dist/lib/types.js +3 -1
- package/dist/lib/types.js.map +1 -1
- package/dist/lib/utils/confirm.js.map +1 -1
- package/dist/lib/utils.js +21 -12
- package/dist/lib/utils.js.map +1 -1
- package/package.json +60 -54
- package/bin/dev.cmd +0 -3
- package/bin/dev.js +0 -23
- package/bin/dev.sh +0 -4
- package/bin/run.cmd +0 -3
- package/bin/run.js +0 -25
- package/dist/commands/actor/charge.d.ts +0 -23
- package/dist/commands/actor/charge.d.ts.map +0 -1
- package/dist/commands/actor/get-input.d.ts +0 -6
- package/dist/commands/actor/get-input.d.ts.map +0 -1
- package/dist/commands/actor/get-public-url.d.ts +0 -9
- package/dist/commands/actor/get-public-url.d.ts.map +0 -1
- package/dist/commands/actor/get-value.d.ts +0 -9
- package/dist/commands/actor/get-value.d.ts.map +0 -1
- package/dist/commands/actor/index.d.ts +0 -6
- package/dist/commands/actor/index.d.ts.map +0 -1
- package/dist/commands/actor/index.js +0 -8
- package/dist/commands/actor/index.js.map +0 -1
- package/dist/commands/actor/push-data.d.ts +0 -9
- package/dist/commands/actor/push-data.d.ts.map +0 -1
- package/dist/commands/actor/set-value.d.ts +0 -13
- package/dist/commands/actor/set-value.d.ts.map +0 -1
- package/dist/commands/actors/build.d.ts +0 -4
- package/dist/commands/actors/build.d.ts.map +0 -1
- package/dist/commands/actors/call.d.ts +0 -30
- package/dist/commands/actors/call.d.ts.map +0 -1
- package/dist/commands/actors/index.d.ts +0 -6
- package/dist/commands/actors/index.d.ts.map +0 -1
- package/dist/commands/actors/index.js +0 -8
- package/dist/commands/actors/index.js.map +0 -1
- package/dist/commands/actors/info.d.ts +0 -22
- package/dist/commands/actors/info.d.ts.map +0 -1
- package/dist/commands/actors/ls.d.ts +0 -15
- package/dist/commands/actors/ls.d.ts.map +0 -1
- package/dist/commands/actors/pull.d.ts +0 -13
- package/dist/commands/actors/pull.d.ts.map +0 -1
- package/dist/commands/actors/push.d.ts +0 -18
- package/dist/commands/actors/push.d.ts.map +0 -1
- package/dist/commands/actors/rm.d.ts +0 -9
- package/dist/commands/actors/rm.d.ts.map +0 -1
- package/dist/commands/actors/start.d.ts +0 -18
- package/dist/commands/actors/start.d.ts.map +0 -1
- package/dist/commands/builds/create.d.ts +0 -15
- package/dist/commands/builds/create.d.ts.map +0 -1
- package/dist/commands/builds/index.d.ts +0 -6
- package/dist/commands/builds/index.d.ts.map +0 -1
- package/dist/commands/builds/index.js +0 -8
- package/dist/commands/builds/index.js.map +0 -1
- package/dist/commands/builds/info.d.ts +0 -10
- package/dist/commands/builds/info.d.ts.map +0 -1
- package/dist/commands/builds/log.d.ts +0 -9
- package/dist/commands/builds/log.d.ts.map +0 -1
- package/dist/commands/builds/ls.d.ts +0 -17
- package/dist/commands/builds/ls.d.ts.map +0 -1
- package/dist/commands/builds/rm.d.ts +0 -9
- package/dist/commands/builds/rm.d.ts.map +0 -1
- package/dist/commands/call.d.ts +0 -4
- package/dist/commands/call.d.ts.map +0 -1
- package/dist/commands/check-version.d.ts +0 -11
- package/dist/commands/check-version.d.ts.map +0 -1
- package/dist/commands/check-version.js +0 -19
- package/dist/commands/check-version.js.map +0 -1
- package/dist/commands/create.d.ts +0 -15
- package/dist/commands/create.d.ts.map +0 -1
- package/dist/commands/datasets/create.d.ts +0 -10
- package/dist/commands/datasets/create.d.ts.map +0 -1
- package/dist/commands/datasets/get-items.d.ts +0 -17
- package/dist/commands/datasets/get-items.d.ts.map +0 -1
- package/dist/commands/datasets/index.d.ts +0 -6
- package/dist/commands/datasets/index.d.ts.map +0 -1
- package/dist/commands/datasets/index.js +0 -8
- package/dist/commands/datasets/index.js.map +0 -1
- package/dist/commands/datasets/info.d.ts +0 -30
- package/dist/commands/datasets/info.d.ts.map +0 -1
- package/dist/commands/datasets/ls.d.ts +0 -13
- package/dist/commands/datasets/ls.d.ts.map +0 -1
- package/dist/commands/datasets/push-items.d.ts +0 -10
- package/dist/commands/datasets/push-items.d.ts.map +0 -1
- package/dist/commands/datasets/rename.d.ts +0 -13
- package/dist/commands/datasets/rename.d.ts.map +0 -1
- package/dist/commands/datasets/rm.d.ts +0 -9
- package/dist/commands/datasets/rm.d.ts.map +0 -1
- package/dist/commands/edit-input-schema.d.ts +0 -11
- package/dist/commands/edit-input-schema.d.ts.map +0 -1
- package/dist/commands/info.d.ts +0 -6
- package/dist/commands/info.d.ts.map +0 -1
- package/dist/commands/init-wrap-scrapy.d.ts +0 -10
- package/dist/commands/init-wrap-scrapy.d.ts.map +0 -1
- package/dist/commands/init.d.ts +0 -12
- package/dist/commands/init.d.ts.map +0 -1
- package/dist/commands/key-value-stores/create.d.ts +0 -11
- package/dist/commands/key-value-stores/create.d.ts.map +0 -1
- package/dist/commands/key-value-stores/delete-value.d.ts +0 -11
- package/dist/commands/key-value-stores/delete-value.d.ts.map +0 -1
- package/dist/commands/key-value-stores/get-value.d.ts +0 -14
- package/dist/commands/key-value-stores/get-value.d.ts.map +0 -1
- package/dist/commands/key-value-stores/index.d.ts +0 -7
- package/dist/commands/key-value-stores/index.d.ts.map +0 -1
- package/dist/commands/key-value-stores/index.js +0 -9
- package/dist/commands/key-value-stores/index.js.map +0 -1
- package/dist/commands/key-value-stores/info.d.ts +0 -28
- package/dist/commands/key-value-stores/info.d.ts.map +0 -1
- package/dist/commands/key-value-stores/keys.d.ts +0 -15
- package/dist/commands/key-value-stores/keys.d.ts.map +0 -1
- package/dist/commands/key-value-stores/ls.d.ts +0 -14
- package/dist/commands/key-value-stores/ls.d.ts.map +0 -1
- package/dist/commands/key-value-stores/rename.d.ts +0 -14
- package/dist/commands/key-value-stores/rename.d.ts.map +0 -1
- package/dist/commands/key-value-stores/rm.d.ts +0 -10
- package/dist/commands/key-value-stores/rm.d.ts.map +0 -1
- package/dist/commands/key-value-stores/set-value.d.ts +0 -15
- package/dist/commands/key-value-stores/set-value.d.ts.map +0 -1
- package/dist/commands/login.d.ts +0 -10
- package/dist/commands/login.d.ts.map +0 -1
- package/dist/commands/logout.d.ts +0 -6
- package/dist/commands/logout.d.ts.map +0 -1
- package/dist/commands/pull.d.ts +0 -4
- package/dist/commands/pull.d.ts.map +0 -1
- package/dist/commands/push.d.ts +0 -4
- package/dist/commands/push.d.ts.map +0 -1
- package/dist/commands/request-queues/index.d.ts +0 -6
- package/dist/commands/request-queues/index.d.ts.map +0 -1
- package/dist/commands/request-queues/index.js.map +0 -1
- package/dist/commands/run.d.ts +0 -20
- package/dist/commands/run.d.ts.map +0 -1
- package/dist/commands/runs/abort.d.ts +0 -13
- package/dist/commands/runs/abort.d.ts.map +0 -1
- package/dist/commands/runs/index.d.ts +0 -6
- package/dist/commands/runs/index.d.ts.map +0 -1
- package/dist/commands/runs/index.js +0 -8
- package/dist/commands/runs/index.js.map +0 -1
- package/dist/commands/runs/info.d.ts +0 -48
- package/dist/commands/runs/info.d.ts.map +0 -1
- package/dist/commands/runs/log.d.ts +0 -9
- package/dist/commands/runs/log.d.ts.map +0 -1
- package/dist/commands/runs/ls.d.ts +0 -16
- package/dist/commands/runs/ls.d.ts.map +0 -1
- package/dist/commands/runs/resurrect.d.ts +0 -10
- package/dist/commands/runs/resurrect.d.ts.map +0 -1
- package/dist/commands/runs/rm.d.ts +0 -9
- package/dist/commands/runs/rm.d.ts.map +0 -1
- package/dist/commands/secrets/add.d.ts +0 -10
- package/dist/commands/secrets/add.d.ts.map +0 -1
- package/dist/commands/secrets/index.d.ts +0 -6
- package/dist/commands/secrets/index.d.ts.map +0 -1
- package/dist/commands/secrets/index.js.map +0 -1
- package/dist/commands/secrets/rm.d.ts +0 -9
- package/dist/commands/secrets/rm.d.ts.map +0 -1
- package/dist/commands/task/index.d.ts +0 -6
- package/dist/commands/task/index.d.ts.map +0 -1
- package/dist/commands/task/index.js +0 -8
- package/dist/commands/task/index.js.map +0 -1
- package/dist/commands/task/run.d.ts +0 -15
- package/dist/commands/task/run.d.ts.map +0 -1
- package/dist/commands/validate-schema.d.ts +0 -10
- package/dist/commands/validate-schema.d.ts.map +0 -1
- package/dist/hooks/deprecations.d.ts +0 -4
- package/dist/hooks/deprecations.d.ts.map +0 -1
- package/dist/hooks/deprecations.js +0 -18
- package/dist/hooks/deprecations.js.map +0 -1
- package/dist/hooks/init.d.ts +0 -7
- package/dist/hooks/init.d.ts.map +0 -1
- package/dist/hooks/init.js +0 -17
- package/dist/hooks/init.js.map +0 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +0 -1
- package/dist/lib/actor.d.ts +0 -32
- package/dist/lib/actor.d.ts.map +0 -1
- package/dist/lib/apify-oclif-help.d.ts +0 -15
- package/dist/lib/apify-oclif-help.d.ts.map +0 -1
- package/dist/lib/apify-oclif-help.js +0 -19
- package/dist/lib/apify-oclif-help.js.map +0 -1
- package/dist/lib/apify_command.d.ts +0 -17
- package/dist/lib/apify_command.d.ts.map +0 -1
- package/dist/lib/apify_command.js +0 -76
- package/dist/lib/apify_command.js.map +0 -1
- package/dist/lib/commands/pretty-print-bytes.d.ts +0 -7
- package/dist/lib/commands/pretty-print-bytes.d.ts.map +0 -1
- package/dist/lib/commands/pretty-print-status.d.ts +0 -3
- package/dist/lib/commands/pretty-print-status.d.ts.map +0 -1
- package/dist/lib/commands/read-stdin.d.ts +0 -2
- package/dist/lib/commands/read-stdin.d.ts.map +0 -1
- package/dist/lib/commands/resolve-actor-context.d.ts +0 -22
- package/dist/lib/commands/resolve-actor-context.d.ts.map +0 -1
- package/dist/lib/commands/resolve-input.d.ts +0 -9
- package/dist/lib/commands/resolve-input.d.ts.map +0 -1
- package/dist/lib/commands/responsive-table.d.ts +0 -62
- package/dist/lib/commands/responsive-table.d.ts.map +0 -1
- package/dist/lib/commands/run-on-cloud.d.ts +0 -22
- package/dist/lib/commands/run-on-cloud.d.ts.map +0 -1
- package/dist/lib/commands/storage-size.d.ts +0 -6
- package/dist/lib/commands/storage-size.d.ts.map +0 -1
- package/dist/lib/commands/storages.d.ts +0 -10
- package/dist/lib/commands/storages.d.ts.map +0 -1
- package/dist/lib/community.d.ts +0 -2
- package/dist/lib/community.d.ts.map +0 -1
- package/dist/lib/community.js +0 -4
- package/dist/lib/community.js.map +0 -1
- package/dist/lib/consts.d.ts +0 -56
- package/dist/lib/consts.d.ts.map +0 -1
- package/dist/lib/create-utils.d.ts +0 -8
- package/dist/lib/create-utils.d.ts.map +0 -1
- package/dist/lib/exec.d.ts +0 -9
- package/dist/lib/exec.d.ts.map +0 -1
- package/dist/lib/files.d.ts +0 -14
- package/dist/lib/files.d.ts.map +0 -1
- package/dist/lib/hooks/runtimes/javascript.d.ts +0 -4
- package/dist/lib/hooks/runtimes/javascript.d.ts.map +0 -1
- package/dist/lib/hooks/runtimes/python.d.ts +0 -8
- package/dist/lib/hooks/runtimes/python.d.ts.map +0 -1
- package/dist/lib/hooks/runtimes/utils.d.ts +0 -3
- package/dist/lib/hooks/runtimes/utils.d.ts.map +0 -1
- package/dist/lib/hooks/useActorConfig.d.ts +0 -20
- package/dist/lib/hooks/useActorConfig.d.ts.map +0 -1
- package/dist/lib/hooks/useCwdProject.d.ts +0 -33
- package/dist/lib/hooks/useCwdProject.d.ts.map +0 -1
- package/dist/lib/hooks/useModuleVersion.d.ts +0 -8
- package/dist/lib/hooks/useModuleVersion.d.ts.map +0 -1
- package/dist/lib/input_schema.d.ts +0 -28
- package/dist/lib/input_schema.d.ts.map +0 -1
- package/dist/lib/local_state.d.ts +0 -11
- package/dist/lib/local_state.d.ts.map +0 -1
- package/dist/lib/local_state.js +0 -25
- package/dist/lib/local_state.js.map +0 -1
- package/dist/lib/outputs.d.ts +0 -19
- package/dist/lib/outputs.d.ts.map +0 -1
- package/dist/lib/project_analyzer.d.ts +0 -4
- package/dist/lib/project_analyzer.d.ts.map +0 -1
- package/dist/lib/projects/CrawleeAnalyzer.d.ts +0 -4
- package/dist/lib/projects/CrawleeAnalyzer.d.ts.map +0 -1
- package/dist/lib/projects/OldApifySDKAnalyzer.d.ts +0 -4
- package/dist/lib/projects/OldApifySDKAnalyzer.d.ts.map +0 -1
- package/dist/lib/projects/scrapy/ScrapyProjectAnalyzer.d.ts +0 -17
- package/dist/lib/projects/scrapy/ScrapyProjectAnalyzer.d.ts.map +0 -1
- package/dist/lib/projects/scrapy/Spider.d.ts +0 -14
- package/dist/lib/projects/scrapy/Spider.d.ts.map +0 -1
- package/dist/lib/projects/scrapy/SpiderFileAnalyzer.d.ts +0 -7
- package/dist/lib/projects/scrapy/SpiderFileAnalyzer.d.ts.map +0 -1
- package/dist/lib/projects/scrapy/wrapScrapyProject.d.ts +0 -4
- package/dist/lib/projects/scrapy/wrapScrapyProject.d.ts.map +0 -1
- package/dist/lib/projects/shared.d.ts +0 -2
- package/dist/lib/projects/shared.d.ts.map +0 -1
- package/dist/lib/secrets.d.ts +0 -22
- package/dist/lib/secrets.d.ts.map +0 -1
- package/dist/lib/telemetry.d.ts +0 -21
- package/dist/lib/telemetry.d.ts.map +0 -1
- package/dist/lib/types.d.ts +0 -11
- package/dist/lib/types.d.ts.map +0 -1
- package/dist/lib/utils/cliDebugPrint.d.ts +0 -2
- package/dist/lib/utils/cliDebugPrint.d.ts.map +0 -1
- package/dist/lib/utils/confirm.d.ts +0 -7
- package/dist/lib/utils/confirm.d.ts.map +0 -1
- package/dist/lib/utils.d.ts +0 -113
- package/dist/lib/utils.d.ts.map +0 -1
- package/dist/lib/version_check.d.ts +0 -14
- package/dist/lib/version_check.d.ts.map +0 -1
- package/dist/lib/version_check.js +0 -99
- package/dist/lib/version_check.js.map +0 -1
- package/dist/typechecking.tsbuildinfo +0 -1
- package/oclif.manifest.json +0 -2661
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export declare class ActorsLsCommand extends ApifyCommand<typeof ActorsLsCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static flags: {
|
|
5
|
-
my: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
6
|
-
offset: import("@oclif/core/interfaces").OptionFlag<number, import("@oclif/core/interfaces").CustomOptions>;
|
|
7
|
-
limit: import("@oclif/core/interfaces").OptionFlag<number, import("@oclif/core/interfaces").CustomOptions>;
|
|
8
|
-
desc: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
9
|
-
};
|
|
10
|
-
static enableJsonFlag: boolean;
|
|
11
|
-
run(): Promise<import("apify-client").ActorCollectionListResult | undefined>;
|
|
12
|
-
private sortByModifiedAt;
|
|
13
|
-
private sortByLastRun;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=ls.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ls.d.ts","sourceRoot":"","sources":["../../../src/commands/actors/ls.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAwF1D,qBAAa,eAAgB,SAAQ,YAAY,CAAC,OAAO,eAAe,CAAC;IACxE,OAAgB,WAAW,SAAkE;IAE7F,OAAgB,KAAK;;;;;MAiBnB;IAEF,OAAgB,cAAc,UAAQ;IAEhC,GAAG;IAuKT,OAAO,CAAC,gBAAgB;IASxB,OAAO,CAAC,aAAa;CAQrB"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export declare class ActorsPullCommand extends ApifyCommand<typeof ActorsPullCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static flags: {
|
|
5
|
-
version: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
6
|
-
dir: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
7
|
-
};
|
|
8
|
-
static args: {
|
|
9
|
-
actorId: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
|
|
10
|
-
};
|
|
11
|
-
run(): Promise<void>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=pull.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pull.d.ts","sourceRoot":"","sources":["../../../src/commands/actors/pull.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAc1D,qBAAa,iBAAkB,SAAQ,YAAY,CAAC,OAAO,iBAAiB,CAAC;IAC5E,OAAgB,WAAW,SAEiD;IAE5E,OAAgB,KAAK;;;MAUnB;IAEF,OAAgB,IAAI;;MAOlB;IAEI,GAAG;CA2HT"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export declare class ActorsPushCommand extends ApifyCommand<typeof ActorsPushCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static flags: {
|
|
5
|
-
version: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
6
|
-
'build-tag': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
7
|
-
'wait-for-finish': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
8
|
-
'no-prompt': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
9
|
-
force: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
10
|
-
dir: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
11
|
-
};
|
|
12
|
-
static args: {
|
|
13
|
-
actorId: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
|
|
14
|
-
};
|
|
15
|
-
catch(caughtError: Error): Promise<void>;
|
|
16
|
-
run(): Promise<void>;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=push.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"push.d.ts","sourceRoot":"","sources":["../../../src/commands/actors/push.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AA6B1D,qBAAa,iBAAkB,SAAQ,YAAY,CAAC,OAAO,iBAAiB,CAAC;IAC5E,OAAgB,WAAW,SAIuB;IAElD,OAAgB,KAAK;;;;;;;MA+BnB;IAEF,OAAgB,IAAI;;MAOlB;IAGa,KAAK,CAAC,WAAW,EAAE,KAAK;IAIjC,GAAG;CAgQT"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export declare class ActorRmCommand extends ApifyCommand<typeof ActorRmCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static args: {
|
|
5
|
-
actorId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
|
|
6
|
-
};
|
|
7
|
-
run(): Promise<void>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=rm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rm.d.ts","sourceRoot":"","sources":["../../../src/commands/actors/rm.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAK1D,qBAAa,cAAe,SAAQ,YAAY,CAAC,OAAO,cAAc,CAAC;IACtE,OAAgB,WAAW,SAAqD;IAEhF,OAAgB,IAAI;;MAKlB;IAEI,GAAG;CAiCT"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { ActorRun } from 'apify-client';
|
|
2
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
3
|
-
export declare class ActorsStartCommand extends ApifyCommand<typeof ActorsStartCommand> {
|
|
4
|
-
static description: string;
|
|
5
|
-
static flags: {
|
|
6
|
-
input: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
7
|
-
'input-file': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
8
|
-
build: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
9
|
-
timeout: import("@oclif/core/interfaces").OptionFlag<number | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
10
|
-
memory: import("@oclif/core/interfaces").OptionFlag<number | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
11
|
-
};
|
|
12
|
-
static enableJsonFlag: boolean;
|
|
13
|
-
static args: {
|
|
14
|
-
actorId: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
|
|
15
|
-
};
|
|
16
|
-
run(): Promise<ActorRun | undefined>;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=start.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"start.d.ts","sourceRoot":"","sources":["../../../src/commands/actors/start.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAuC,MAAM,cAAc,CAAC;AAGlF,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAQ1D,qBAAa,kBAAmB,SAAQ,YAAY,CAAC,OAAO,kBAAkB,CAAC;IAC9E,OAAgB,WAAW,SAEwC;IAEnE,OAAgB,KAAK;;;;;;MAiBnB;IAEF,OAAgB,cAAc,UAAQ;IAEtC,OAAgB,IAAI;;MAOlB;IAEI,GAAG;CA0HT"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export declare class BuildsCreateCommand extends ApifyCommand<typeof BuildsCreateCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static flags: {
|
|
5
|
-
tag: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
6
|
-
version: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
7
|
-
log: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
8
|
-
};
|
|
9
|
-
static args: {
|
|
10
|
-
actorId: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
|
|
11
|
-
};
|
|
12
|
-
static enableJsonFlag: boolean;
|
|
13
|
-
run(): Promise<import("apify-client").Build | undefined>;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=create.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../src/commands/builds/create.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAK1D,qBAAa,mBAAoB,SAAQ,YAAY,CAAC,OAAO,mBAAmB,CAAC;IAChF,OAAgB,WAAW,SAAuC;IAElE,OAAgB,KAAK;;;;MAYnB;IAEF,OAAgB,IAAI;;MAKlB;IAEF,OAAgB,cAAc,UAAQ;IAEhC,GAAG;CA+HT"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/builds/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,qBAAa,iBAAkB,SAAQ,YAAY,CAAC,OAAO,iBAAiB,CAAC;IAC5E,OAAgB,WAAW,SAAmD;IAExE,GAAG;CAGT"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export class ActorIndexCommand extends ApifyCommand {
|
|
3
|
-
static description = 'Manages Actor build processes and versioning.';
|
|
4
|
-
async run() {
|
|
5
|
-
await this.printHelp();
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/commands/builds/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,MAAM,OAAO,iBAAkB,SAAQ,YAAsC;IAC5E,MAAM,CAAU,WAAW,GAAG,+CAA+C,CAAC;IAE9E,KAAK,CAAC,GAAG;QACR,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;IACxB,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export declare class BuildInfoCommand extends ApifyCommand<typeof BuildInfoCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static args: {
|
|
5
|
-
buildId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
|
|
6
|
-
};
|
|
7
|
-
static enableJsonFlag: boolean;
|
|
8
|
-
run(): Promise<import("apify-client").Build | undefined>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=info.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"info.d.ts","sourceRoot":"","sources":["../../../src/commands/builds/info.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAM1D,qBAAa,gBAAiB,SAAQ,YAAY,CAAC,OAAO,gBAAgB,CAAC;IAC1E,OAAgB,WAAW,SAAgD;IAE3E,OAAgB,IAAI;;MAKlB;IAEF,OAAgB,cAAc,UAAQ;IAEhC,GAAG;CAkFT"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export declare class BuildLogCommand extends ApifyCommand<typeof BuildLogCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static args: {
|
|
5
|
-
buildId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
|
|
6
|
-
};
|
|
7
|
-
run(): Promise<void>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=log.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"log.d.ts","sourceRoot":"","sources":["../../../src/commands/builds/log.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAI1D,qBAAa,eAAgB,SAAQ,YAAY,CAAC,OAAO,eAAe,CAAC;IACxE,OAAgB,WAAW,SAAyC;IAEpE,OAAgB,IAAI;;MAKlB;IAEI,GAAG;CAwBT"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export declare class BuildLsCommand extends ApifyCommand<typeof BuildLsCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static flags: {
|
|
5
|
-
offset: import("@oclif/core/interfaces").OptionFlag<number, import("@oclif/core/interfaces").CustomOptions>;
|
|
6
|
-
limit: import("@oclif/core/interfaces").OptionFlag<number, import("@oclif/core/interfaces").CustomOptions>;
|
|
7
|
-
desc: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
8
|
-
compact: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
9
|
-
};
|
|
10
|
-
static args: {
|
|
11
|
-
actorId: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
|
|
12
|
-
};
|
|
13
|
-
static enableJsonFlag: boolean;
|
|
14
|
-
run(): Promise<import("apify-client").BuildCollectionClientListResult | undefined>;
|
|
15
|
-
private generateTableForActorVersion;
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=ls.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ls.d.ts","sourceRoot":"","sources":["../../../src/commands/builds/ls.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAgB1D,qBAAa,cAAe,SAAQ,YAAY,CAAC,OAAO,cAAc,CAAC;IACtE,OAAgB,WAAW,SAAoC;IAE/D,OAAgB,KAAK;;;;;MAkBnB;IAEF,OAAgB,IAAI;;MAKlB;IAEF,OAAgB,cAAc,UAAQ;IAEhC,GAAG;IAgGT,OAAO,CAAC,4BAA4B;CAsCpC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export declare class BuildsRmCommand extends ApifyCommand<typeof BuildsRmCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static args: {
|
|
5
|
-
buildId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
|
|
6
|
-
};
|
|
7
|
-
run(): Promise<void>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=rm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rm.d.ts","sourceRoot":"","sources":["../../../src/commands/builds/rm.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAK1D,qBAAa,eAAgB,SAAQ,YAAY,CAAC,OAAO,eAAe,CAAC;IACxE,OAAgB,WAAW,SAAiE;IAE5F,OAAgB,IAAI;;MAKlB;IAEI,GAAG;CAqDT"}
|
package/dist/commands/call.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"call.d.ts","sourceRoot":"","sources":["../../src/commands/call.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,qBAAa,mBAAoB,SAAQ,iBAAiB;CAAG"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../lib/apify_command.js';
|
|
2
|
-
export declare class CheckVersionCommand extends ApifyCommand<typeof CheckVersionCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static flags: {
|
|
5
|
-
'enforce-update': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
6
|
-
};
|
|
7
|
-
static hidden: boolean;
|
|
8
|
-
static hiddenAliases: string[];
|
|
9
|
-
run(): Promise<void>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=check-version.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"check-version.d.ts","sourceRoot":"","sources":["../../src/commands/check-version.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAGvD,qBAAa,mBAAoB,SAAQ,YAAY,CAAC,OAAO,mBAAmB,CAAC;IAChF,OAAgB,WAAW,SAA4D;IAEvF,OAAgB,KAAK;;MAMnB;IAEF,OAAgB,MAAM,UAAQ;IAE9B,OAAgB,aAAa,WAAU;IAEjC,GAAG;CAGT"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Flags } from '@oclif/core';
|
|
2
|
-
import { ApifyCommand } from '../lib/apify_command.js';
|
|
3
|
-
import { checkLatestVersion } from '../lib/version_check.js';
|
|
4
|
-
export class CheckVersionCommand extends ApifyCommand {
|
|
5
|
-
static description = 'Checks that installed Apify CLI version is up to date.';
|
|
6
|
-
static flags = {
|
|
7
|
-
'enforce-update': Flags.boolean({
|
|
8
|
-
char: 'e',
|
|
9
|
-
description: '[Optional] Enforce version update from NPM',
|
|
10
|
-
required: false,
|
|
11
|
-
}),
|
|
12
|
-
};
|
|
13
|
-
static hidden = true;
|
|
14
|
-
static hiddenAliases = ['cv'];
|
|
15
|
-
async run() {
|
|
16
|
-
await checkLatestVersion(this.flags.enforceUpdate);
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=check-version.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"check-version.js","sourceRoot":"","sources":["../../src/commands/check-version.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACvD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D,MAAM,OAAO,mBAAoB,SAAQ,YAAwC;IAChF,MAAM,CAAU,WAAW,GAAG,wDAAwD,CAAC;IAEvF,MAAM,CAAU,KAAK,GAAG;QACvB,gBAAgB,EAAE,KAAK,CAAC,OAAO,CAAC;YAC/B,IAAI,EAAE,GAAG;YACT,WAAW,EAAE,4CAA4C;YACzD,QAAQ,EAAE,KAAK;SACf,CAAC;KACF,CAAC;IAEF,MAAM,CAAU,MAAM,GAAG,IAAI,CAAC;IAE9B,MAAM,CAAU,aAAa,GAAG,CAAC,IAAI,CAAC,CAAC;IAEvC,KAAK,CAAC,GAAG;QACR,MAAM,kBAAkB,CAAC,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;IACpD,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../lib/apify_command.js';
|
|
2
|
-
export declare class CreateCommand extends ApifyCommand<typeof CreateCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static flags: {
|
|
5
|
-
template: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
6
|
-
'skip-dependency-install': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
7
|
-
'template-archive-url': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
8
|
-
'omit-optional-deps': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
9
|
-
};
|
|
10
|
-
static args: {
|
|
11
|
-
actorName: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
|
|
12
|
-
};
|
|
13
|
-
run(): Promise<void>;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=create.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../src/commands/create.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAwBvD,qBAAa,aAAc,SAAQ,YAAY,CAAC,OAAO,aAAa,CAAC;IACpE,OAAgB,WAAW,SAAkE;IAE7F,OAAgB,KAAK;;;;;MAsBnB;IAEF,OAAgB,IAAI;;MAKlB;IAEI,GAAG;CA8PT"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export declare class DatasetsCreateCommand extends ApifyCommand<typeof DatasetsCreateCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static args: {
|
|
5
|
-
datasetName: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
|
|
6
|
-
};
|
|
7
|
-
static enableJsonFlag: boolean;
|
|
8
|
-
run(): Promise<import("apify-client").Dataset | undefined>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=create.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../src/commands/datasets/create.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAK1D,qBAAa,qBAAsB,SAAQ,YAAY,CAAC,OAAO,qBAAqB,CAAC;IACpF,OAAgB,WAAW,SAAwE;IAEnG,OAAgB,IAAI;;MAKlB;IAEF,OAAgB,cAAc,UAAQ;IAEhC,GAAG;CA2BT"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { CustomOptions } from '@oclif/core/interfaces';
|
|
2
|
-
import { DownloadItemsFormat } from 'apify-client';
|
|
3
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
4
|
-
export declare class DatasetsGetItems extends ApifyCommand<typeof DatasetsGetItems> {
|
|
5
|
-
static description: string;
|
|
6
|
-
static flags: {
|
|
7
|
-
limit: import("@oclif/core/interfaces").OptionFlag<number | undefined, CustomOptions>;
|
|
8
|
-
offset: import("@oclif/core/interfaces").OptionFlag<number | undefined, CustomOptions>;
|
|
9
|
-
format: import("@oclif/core/interfaces").OptionFlag<DownloadItemsFormat, CustomOptions>;
|
|
10
|
-
};
|
|
11
|
-
static args: {
|
|
12
|
-
datasetId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
|
|
13
|
-
};
|
|
14
|
-
run(): Promise<void>;
|
|
15
|
-
private tryToGetDataset;
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=get-items.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-items.d.ts","sourceRoot":"","sources":["../../../src/commands/datasets/get-items.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAkB,MAAM,wBAAwB,CAAC;AAC5E,OAAO,EAAsD,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAEvG,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAc1D,qBAAa,gBAAiB,SAAQ,YAAY,CAAC,OAAO,gBAAgB,CAAC;IAC1E,OAAgB,WAAW,SAAmE;IAE9F,OAAgB,KAAK;;;;MAyBnB;IAEF,OAAgB,IAAI;;MAKlB;IAEI,GAAG;YA+BK,eAAe;CAgC7B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/datasets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,qBAAa,oBAAqB,SAAQ,YAAY,CAAC,OAAO,oBAAoB,CAAC;IAClF,OAAgB,WAAW,SAAoD;IAEzE,GAAG;CAGT"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export class DatasetsIndexCommand extends ApifyCommand {
|
|
3
|
-
static description = 'Manages structured data storage and retrieval.';
|
|
4
|
-
async run() {
|
|
5
|
-
await this.printHelp();
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/commands/datasets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,MAAM,OAAO,oBAAqB,SAAQ,YAAyC;IAClF,MAAM,CAAU,WAAW,GAAG,gDAAgD,CAAC;IAE/E,KAAK,CAAC,GAAG;QACR,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;IACxB,CAAC"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import type { Task } from 'apify-client';
|
|
2
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
3
|
-
export declare class DatasetsInfoCommand extends ApifyCommand<typeof DatasetsInfoCommand> {
|
|
4
|
-
static description: string;
|
|
5
|
-
static args: {
|
|
6
|
-
storeId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
|
|
7
|
-
};
|
|
8
|
-
static enableJsonFlag: boolean;
|
|
9
|
-
run(): Promise<{
|
|
10
|
-
user: import("apify-client").User;
|
|
11
|
-
actor: import("apify-client").Actor | null;
|
|
12
|
-
run: import("apify-client").ActorRun | null;
|
|
13
|
-
task: Task | null;
|
|
14
|
-
id: string;
|
|
15
|
-
name?: string;
|
|
16
|
-
title?: string;
|
|
17
|
-
userId: string;
|
|
18
|
-
createdAt: Date;
|
|
19
|
-
modifiedAt: Date;
|
|
20
|
-
accessedAt: Date;
|
|
21
|
-
itemCount: number;
|
|
22
|
-
cleanItemCount: number;
|
|
23
|
-
actId?: string;
|
|
24
|
-
actRunId?: string;
|
|
25
|
-
stats: import("apify-client").DatasetStats;
|
|
26
|
-
fields: string[];
|
|
27
|
-
generalAccess?: import("@apify/consts", { with: { "resolution-mode": "require" } }).STORAGE_GENERAL_ACCESS | null;
|
|
28
|
-
} | undefined>;
|
|
29
|
-
}
|
|
30
|
-
//# sourceMappingURL=info.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"info.d.ts","sourceRoot":"","sources":["../../../src/commands/datasets/info.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAGzC,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAa1D,qBAAa,mBAAoB,SAAQ,YAAY,CAAC,OAAO,mBAAmB,CAAC;IAChF,OAAgB,WAAW,SAAkD;IAE7E,OAAgB,IAAI;;MAKlB;IAEF,OAAgB,cAAc,UAAQ;IAEhC,GAAG;;;;;;;;;;;;;;;;;;;;CAkIT"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export declare class DatasetsLsCommand extends ApifyCommand<typeof DatasetsLsCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static flags: {
|
|
5
|
-
offset: import("@oclif/core/interfaces").OptionFlag<number, import("@oclif/core/interfaces").CustomOptions>;
|
|
6
|
-
limit: import("@oclif/core/interfaces").OptionFlag<number, import("@oclif/core/interfaces").CustomOptions>;
|
|
7
|
-
desc: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
8
|
-
unnamed: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
9
|
-
};
|
|
10
|
-
static enableJsonFlag: boolean;
|
|
11
|
-
run(): Promise<import("apify-client").DatasetCollectionClientListResult | undefined>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=ls.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ls.d.ts","sourceRoot":"","sources":["../../../src/commands/datasets/ls.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAc1D,qBAAa,iBAAkB,SAAQ,YAAY,CAAC,OAAO,iBAAiB,CAAC;IAC5E,OAAgB,WAAW,SAA0C;IAErE,OAAgB,KAAK;;;;;MAiBnB;IAEF,OAAgB,cAAc,UAAQ;IAEhC,GAAG;CA6CT"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export declare class DatasetsPushDataCommand extends ApifyCommand<typeof DatasetsPushDataCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static args: {
|
|
5
|
-
nameOrId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
|
|
6
|
-
item: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
|
|
7
|
-
};
|
|
8
|
-
run(): Promise<void>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=push-items.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"push-items.d.ts","sourceRoot":"","sources":["../../../src/commands/datasets/push-items.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAM1D,qBAAa,uBAAwB,SAAQ,YAAY,CAAC,OAAO,uBAAuB,CAAC;IACxF,OAAgB,WAAW,SAAsF;IAEjH,OAAgB,IAAI;;;MASlB;IAEI,GAAG;CA4DT"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export declare class DatasetsRenameCommand extends ApifyCommand<typeof DatasetsRenameCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static flags: {
|
|
5
|
-
unname: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
6
|
-
};
|
|
7
|
-
static args: {
|
|
8
|
-
nameOrId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
|
|
9
|
-
newName: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
|
|
10
|
-
};
|
|
11
|
-
run(): Promise<void>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=rename.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rename.d.ts","sourceRoot":"","sources":["../../../src/commands/datasets/rename.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAK1D,qBAAa,qBAAsB,SAAQ,YAAY,CAAC,OAAO,qBAAqB,CAAC;IACpF,OAAgB,WAAW,SAA6D;IAExF,OAAgB,KAAK;;MAInB;IAEF,OAAgB,IAAI;;;MAQlB;IAEI,GAAG;CAwDT"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export declare class DatasetsRmCommand extends ApifyCommand<typeof DatasetsRmCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static args: {
|
|
5
|
-
datasetNameOrId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
|
|
6
|
-
};
|
|
7
|
-
run(): Promise<void>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=rm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rm.d.ts","sourceRoot":"","sources":["../../../src/commands/datasets/rm.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAM1D,qBAAa,iBAAkB,SAAQ,YAAY,CAAC,OAAO,iBAAiB,CAAC;IAC5E,OAAgB,WAAW,SAAoC;IAE/D,OAAgB,IAAI;;MAKlB;IAEI,GAAG;CAuCT"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../lib/apify_command.js';
|
|
2
|
-
export declare class EditInputSchemaCommand extends ApifyCommand<typeof EditInputSchemaCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static args: {
|
|
5
|
-
path: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
|
|
6
|
-
};
|
|
7
|
-
static hidden: boolean;
|
|
8
|
-
static hiddenAliases: string[];
|
|
9
|
-
run(): Promise<void>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=edit-input-schema.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"edit-input-schema.d.ts","sourceRoot":"","sources":["../../src/commands/edit-input-schema.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAWvD,qBAAa,sBAAuB,SAAQ,YAAY,CAAC,OAAO,sBAAsB,CAAC;IACtF,OAAgB,WAAW,SAC4E;IAEvG,OAAgB,IAAI;;MAMlB;IAEF,OAAgB,MAAM,UAAQ;IAE9B,OAAgB,aAAa,WAAW;IAElC,GAAG;CAqJT"}
|
package/dist/commands/info.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"info.d.ts","sourceRoot":"","sources":["../../src/commands/info.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAGvD,qBAAa,WAAY,SAAQ,YAAY,CAAC,OAAO,WAAW,CAAC;IAChE,OAAgB,WAAW,SAAsE;IAE3F,GAAG;CAeT"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../lib/apify_command.js';
|
|
2
|
-
export declare class WrapScrapyCommand extends ApifyCommand<typeof WrapScrapyCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static args: {
|
|
5
|
-
path: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
|
|
6
|
-
};
|
|
7
|
-
static hidden: boolean;
|
|
8
|
-
run(): Promise<void>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=init-wrap-scrapy.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"init-wrap-scrapy.d.ts","sourceRoot":"","sources":["../../src/commands/init-wrap-scrapy.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAIvD,qBAAa,iBAAkB,SAAQ,YAAY,CAAC,OAAO,iBAAiB,CAAC;IAC5E,OAAgB,WAAW,SAO1B;IAED,OAAgB,IAAI;;MAKlB;IAEF,OAAgB,MAAM,UAAQ;IAExB,GAAG;CAKT"}
|
package/dist/commands/init.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../lib/apify_command.js';
|
|
2
|
-
export declare class InitCommand extends ApifyCommand<typeof InitCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static args: {
|
|
5
|
-
actorName: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
|
|
6
|
-
};
|
|
7
|
-
static flags: {
|
|
8
|
-
yes: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
9
|
-
};
|
|
10
|
-
run(): Promise<void>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=init.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../src/commands/init.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAevD,qBAAa,WAAY,SAAQ,YAAY,CAAC,OAAO,WAAW,CAAC;IAChE,OAAgB,WAAW,SAI+C;IAE1E,OAAgB,IAAI;;MAKlB;IAEF,OAAgB,KAAK;;MAOnB;IAEI,GAAG;CAwET"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export declare class KeyValueStoresCreateCommand extends ApifyCommand<typeof KeyValueStoresCreateCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static hiddenAliases: string[];
|
|
5
|
-
static args: {
|
|
6
|
-
keyValueStoreName: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
|
|
7
|
-
};
|
|
8
|
-
static enableJsonFlag: boolean;
|
|
9
|
-
run(): Promise<import("apify-client").KeyValueStore | undefined>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=create.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../src/commands/key-value-stores/create.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAK1D,qBAAa,2BAA4B,SAAQ,YAAY,CAAC,OAAO,2BAA2B,CAAC;IAChG,OAAgB,WAAW,SAAoD;IAE/E,OAAgB,aAAa,WAAkB;IAE/C,OAAgB,IAAI;;MAKlB;IAEF,OAAgB,cAAc,UAAQ;IAEhC,GAAG;CA2BT"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export declare class KeyValueStoresDeleteValueCommand extends ApifyCommand<typeof KeyValueStoresDeleteValueCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static hiddenAliases: string[];
|
|
5
|
-
static args: {
|
|
6
|
-
storeId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
|
|
7
|
-
itemKey: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
|
|
8
|
-
};
|
|
9
|
-
run(): Promise<void>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=delete-value.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"delete-value.d.ts","sourceRoot":"","sources":["../../../src/commands/key-value-stores/delete-value.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAM1D,qBAAa,gCAAiC,SAAQ,YAAY,CAAC,OAAO,gCAAgC,CAAC;IAC1G,OAAgB,WAAW,SAA4C;IAEvE,OAAgB,aAAa,WAAwB;IAErD,OAAgB,IAAI;;;MASlB;IAEI,GAAG;CAgDT"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export declare class KeyValueStoresGetValueCommand extends ApifyCommand<typeof KeyValueStoresGetValueCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static hiddenAliases: string[];
|
|
5
|
-
static flags: {
|
|
6
|
-
'only-content-type': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
7
|
-
};
|
|
8
|
-
static args: {
|
|
9
|
-
keyValueStoreId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
|
|
10
|
-
itemKey: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
|
|
11
|
-
};
|
|
12
|
-
run(): Promise<void>;
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=get-value.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-value.d.ts","sourceRoot":"","sources":["../../../src/commands/key-value-stores/get-value.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAK1D,qBAAa,6BAA8B,SAAQ,YAAY,CAAC,OAAO,6BAA6B,CAAC;IACpG,OAAgB,WAAW,SAC8D;IAEzF,OAAgB,aAAa,WAAqB;IAElD,OAAgB,KAAK;;MAKnB;IAEF,OAAgB,IAAI;;;MASlB;IAEI,GAAG;CAwDT"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export declare class KeyValueStoresIndexCommand extends ApifyCommand<typeof KeyValueStoresIndexCommand> {
|
|
3
|
-
static description: string;
|
|
4
|
-
static hiddenAliases: string[];
|
|
5
|
-
run(): Promise<void>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/key-value-stores/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,qBAAa,0BAA2B,SAAQ,YAAY,CAAC,OAAO,0BAA0B,CAAC;IAC9F,OAAgB,WAAW,SAAyD;IAEpF,OAAgB,aAAa,WAAW;IAElC,GAAG;CAGT"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ApifyCommand } from '../../lib/apify_command.js';
|
|
2
|
-
export class KeyValueStoresIndexCommand extends ApifyCommand {
|
|
3
|
-
static description = 'Manages persistent key-value storage.\n\nAlias: kvs';
|
|
4
|
-
static hiddenAliases = ['kvs'];
|
|
5
|
-
async run() {
|
|
6
|
-
await this.printHelp();
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/commands/key-value-stores/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,MAAM,OAAO,0BAA2B,SAAQ,YAA+C;IAC9F,MAAM,CAAU,WAAW,GAAG,qDAAqD,CAAC;IAEpF,MAAM,CAAU,aAAa,GAAG,CAAC,KAAK,CAAC,CAAC;IAExC,KAAK,CAAC,GAAG;QACR,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;IACxB,CAAC"}
|