apify-cli
apify-cli copied to clipboard
Apify command-line interface helps you create, develop, build and run Apify actors, and manage the Apify cloud platform.
After the meeting with @netmilk about the CLI, we should try using Bun to build a single-file executable of the CLI that can then be distributed ("eliminating" the requirement of...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`^7.0.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.18.0/8.3.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [inquirer](https://redirect.github.com/SBoudrias/Inquirer.js/blob/main/packages/inquirer/README.md) ([source](https://redirect.github.com/SBoudrias/Inquirer.js)) | [`~9.3.0` -> `~11.0.0`](https://renovatebot.com/diffs/npm/inquirer/9.3.6/11.0.1) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`^17.0.70` -> `^18.0.0`](https://renovatebot.com/diffs/npm/@types%2freact/17.0.80/18.3.5) | [](https://docs.renovatebot.com/merge-confidence/) |...
[Notion document](https://www.notion.so/apify/API-CLI-design-Final-Draft-517b46afd5b8431dae7e38b06c9080fc#68bf93c034f84e9d80dcb325805fb875) - [ ] Actors @vladfrangu ```[tasklist] - [ ] call https://github.com/apify/apify-cli/pull/663 - [ ] start - [ ] push - [ ] pull https://github.com/apify/apify-cli/pull/662 - [ ] ls...
Also changes the behavior of `call` to now wait for the run to finish and print the log by default (per the spec)
The `--purge-*` options on the CLI only purge the default storage directories (e.g. `storage/key_value_stores/default/`). It would be useful if the CLI could also purge non-default storage directories if in use.
I am running `apify push` and getting the following error: ``` Error: A valid Actor could not be found in the current directory. Please make sure you are in the...
As mentioned in this thread: https://github.com/apify/apify-cli/pull/632#pullrequestreview-2285881812 We should probably have a pass through all the texts in the CLI to make them clearer. @netmilk is this something maybe you can...
See https://github.com/apify/apify-cli/pull/620#discussion_r1747036009 for reminder/how to