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

Example: ``` $ apify actor:get-input 2>/dev/null Warning: You are using an old version of Apify CLI. We strongly recommend you always use the latest available version. ↪ Run ' brew...

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

The current state of the Apify CLI API is dubious. As a user, I’m always doubting the difference between `apify run` and `apify call`, whether `apify create` does something locally...

enhancement
t-tooling

``` $ cat .actor/actor.json { boo < ------------------------- invalid JSON "actorSpecification": 1, "name": "my-actor", "version": "0.0", "buildTag": "latest", "environmentVariables": { "dockerFile": "./Dockerfile", "dockerContext": "../", "input": "./input_schema.json" } } $ apify...

t-tooling

Closes #66 Still waiting on https://apify.slack.com/archives/G0134LE0JUB/p1714484758429109

t-tooling

Closes #117 Also starts covering the slightest part of #554 Still needs tests!

t-tooling
tested

Currently, this repository (as most of the non-monorepo repositories) uses the following semi-automatic approach for releasing: - package.json contains the version of the next release - dev versions only add...

tech roadmap
t-tooling

Call operations needs to support the input passing. Having a CLI that can't do the main action of the platform - to run an Actor - is quite sad 😢....

t-tooling

If actor has an INPUT schema, then "apify run" should validate the input against the schema, using the exactly same code as Apify cloud is doing that.

enhancement
t-tooling

I like it a lot so once we have it, we can promote it with the CLI https://github.com/withfig/autocomplete

enhancement
good first issue
t-tooling