Skip to content

Instantly share code, notes, and snippets.

@0xIslamTaha
Created May 25, 2021 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xIslamTaha/28f533d2878d7661560552d749a4d4eb to your computer and use it in GitHub Desktop.
Save 0xIslamTaha/28f533d2878d7661560552d749a4d4eb to your computer and use it in GitHub Desktop.
# overwrite the specs list
npx orchestrator --config orchestrator.json --specs '["avatar.js"]'
# overwrite the specs list and export environment variables.
npx orchestrator --config orchestrator.json --specs '["avatar.js"]' --environment '{"DOCKER_TAG":"master_35"}'
# overwrite the timeout and the parallelizm
npx orchestrator --config orchestrator.jon --timeout 50m --parallelizm 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment