icon

Run Revopush command

The Step runs Revopush cli with the command and arguments you provide, for example, to release release-react bundle .

You can run any commands available for Revopush cli in your workflow.

Configuring the Step

  1. Add the Run Revopush command Step to your Workflow after build Step.
  2. Set the Working directory.
  3. Set the command you want revopush to execute, for example release-react MyApp ios to releases the React Native iOS project in the current working directory to the "MyApp" app's "Staging" deployment
  4. If you're looking for a particular revopush cli version, you can set it in the Version of revopush cli to use input.
  5. Set the Revopush Access Key.

Similar steps

Runs bower with the given command and args.

Runs gulp with the given command and args.

The Step runs npm with the command and arguments you provide, for example, to install missing packages or run a package's test.

Runs tslint with the given args.