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.
Implement command `apify secrets:ls` to list all secrets. Just keys not value.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.53.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.2.0) |...
DISCLAIMER: This is not a final PR but a DRAFT to have conversation over. I have transformed @barjin's initial proposal and notes from our session into a [`man` page mock](https://github.com/apify/apify-cli/pull/569/files?diff=unified&w=0)....
*Context: this issue ties in perfectly with https://github.com/apify/apify-cli/issues/497 (specifically https://github.com/apify/apify-cli/issues/497#issuecomment-2102518779)* Currently, almost all our commands (excluding actor get-input, get-value, push-data and set-value) return strictly human readable content. For example, when...
The current structure for our `auth.json` file, alongside it's code, is quite a mess... ```json { "token": "you wish you knew >:3", "id": "oyHxoiAZ4rPx2RPK6", "username": "vladfrangu_apify", "profile": { ... },...
Closes #559
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@oclif/test](https://togithub.com/oclif/test) | [`^3.2.1` -> `^4.0.0`](https://renovatebot.com/diffs/npm/@oclif%2ftest/3.2.15/4.0.2) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [inquirer](https://togithub.com/SBoudrias/Inquirer.js/blob/main/packages/inquirer/README.md) ([source](https://togithub.com/SBoudrias/Inquirer.js)) | [`~9.3.0` -> `~10.1.0`](https://renovatebot.com/diffs/npm/inquirer/9.3.6/10.1.2) |...
`apify push` is not able to deploy actors from monorepo projects such as [actor-monorepo-example](https://github.com/apify/actor-monorepo-example) to the platform. It would help a lot if `apify push` could be called e.g. from...
Crawlee projects (both JS and python) are purging default storages automatically (at the framework level), if we detect those, `apify run` shouldn't do anything and let crawlee do the purge....