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

Add support to override env from apify.json

Open drobnikj opened this issue 7 years ago • 1 comments

Users want to override to env attribute in apify.json for local actors runs.

  • add support for file apify.local.json, where user can override env for local runs
  • decribe it into readme

drobnikj avatar Dec 12 '18 09:12 drobnikj

The environmentVariables option seems to be already supported in apify run (https://github.com/apify/apify-cli/blob/master/src/commands/run.ts#L143C26-L143C46), so only thing that's missing is being able to override the path to the actor.json which is now hardcoded.

B4nan avatar Mar 11 '24 14:03 B4nan