apify-cli icon indicating copy to clipboard operation
apify-cli copied to clipboard

Apify command-line interface helps you create, develop, build and run Apify actors, and manage the Apify cloud platform.

Results 84 apify-cli issues
Sort by recently updated
recently updated
newest added

Implement command `apify secrets:ls` to list all secrets. Just keys not value.

enhancement
t-tooling

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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)....

t-tooling

*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...

enhancement
adhoc
t-tooling

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": { ... },...

help wanted
low priority

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@oclif%2ftest/4.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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...

t-tooling

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....

t-tooling