We’re working on a complete revision of the Workflow Editor.
The new editor is built in a way that you’ll be able to run it “offline”, on your own Mac/PC, without signing in to bitrise.io - just like our CLI - as well as on bitrise.io, providing a unified editor for every use case!
It’s also completely open source, of course
The repository can be found here: GitHub - bitrise-io/bitrise-workflow-editor: Bitrise Workflow Editor
Overall look & feel:
IMPORTANT: the Workflow Editor plugin requires Bitrise CLI 1.5.4 or newer!
How to test the latest beta release:
First of all, make sure that you have the Bitrise CLI installed, v1.5.4 or newer required! (Bitrise CLI v1.5.4 installation instructions).
Once installed, run bitrise version
to test the version of the CLI. If it prints 1.5.4
you’re ready to use the Workflow Editor plugin!
The Workflow Editor plugin now ships as part of the Bitrise CLI, so you no longer have to install the plugin yourself. If you have at least Bitrise CLI v.1.5.4 you can start to use the workflow-editor
right away!
Note: if you just installed the CLI and you did not run any other command with it, you might have to run bitrise setup
to ensure that all core plugins are available and are the right versions. If you did any bitrise run ..
after the CLI install then bitrise setup
is not required, as it’s done automatically when the CLI detects that it was not yet performed for the current version.
To upgrade the already installed plugin to the latest version:
bitrise plugin update workflow-editor
That’s all, you’re ready to go!
To run the workflow editor:
cd /path/to/my/project
bitrise :workflow-editor
How to test the latest development version:
- Go to GitHub - bitrise-io/bitrise-workflow-editor: Bitrise Workflow Editor
- Clone the master branch to
$GOPATH/src/github.com/bitrise-io/bitrise-workflow-editor
- Run
bitrise run go-install
- Navigate to your project path where the bitrise.yml is stored
- Run
bitrise-workflow-editor
Release Schedule
First versions are released both for the Bitrise CLI as a default plugin, and on bitrise.io, so you can enjoy using the new editor everywhere!
Bug report:
If you stumble upon any bugs, please report them to us at Issues · bitrise-io/bitrise-workflow-editor · GitHub