diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3c25500..b5effb424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,17 @@ All changes to this project will be documented in this file. - [Changelog](#Changelog) -- [v6.2.3](#v623) +- [v6.3.2](#v632) - [What’s changed in aragonCLI](#Whats-changed-in-aragonCLI) - - [πŸš€ New features](#%F0%9F%9A%80-New-features) - [πŸ’‘ Feature updates](#%F0%9F%92%A1-Feature-updates) - [πŸ› Bug Fixes](#%F0%9F%90%9B-Bug-Fixes) - [πŸ› οΈ Maintenance (non-API changes)](#%F0%9F%9B%A0%EF%B8%8F-Maintenance-non-API-changes) +- [v6.3.1](#v631) +- [v6.3.0](#v630) +- [v6.2.6](#v626) +- [v6.2.5](#v625) +- [v6.2.4](#v624) +- [v6.2.3](#v623) - [v6.2.2](#v622) - [v6.2.1](#v621) - [v6.2.0](#v620) @@ -45,6 +50,133 @@ All changes to this project will be documented in this file. --- +## v6.3.2 + +Release date: **2019-09-20** +[Compare code changes][v6.3.2] (🌳 STABLE) + +### What’s changed in aragonCLI + +## πŸ’‘ Feature updates + +- Iterate `aragon run`: add `--client-repo` optional argument + +## πŸ› Bug Fixes + +- Fix array arguments support (#785) @macor161 +- Add deploy event compatibility (#784) @macor161 + +## πŸ› οΈ Maintenance (non-API changes) + +- Added CLI Mnenmonic Warning (#767) @burrrata +- Update documentation (#786) @0xGabi + +--- + +## v6.3.1 + +Release date: **2019-09-16** +[Compare code changes][v6.3.1] + +### What’s changed in aragonCLI + +## πŸ› Bug Fixes + +- Backward compatibility fix for the old deploy event name and the publish folder (#778) @macor161 + +--- + +## v6.3.0 + +Release date: **2019-09-13** +[Compare code changes][v6.3.0] + +### What’s changed in aragonCLI + +## πŸ’‘ Feature updates + +- Update client to 0.8 πŸ›£ (#765) @0xGabi +- Include `templates-args` new option (#768) @0xGabi +- Use a pre build of the client instead of building it every time πŸš€(#764) @0xGabi +- Use new aragen snapshot (#772) @0xGabi + +## πŸ› Bug Fixes + +- Fix deployment with new Templates (#762) @0xGabi + +## πŸ› οΈ Maintenance (non-API changes) + +- Added more dependencies (#759) @chrishobcroft πŸŽ‰ +- Dao new clean (#772) @0xGabi +- Use travis only on mater (#766) @0xGabi +- Update default ipfs distribution installed (#763) @0xGabi + +--- + +## v6.2.6 + +### What’s changed in aragonCLI + +## πŸ’‘ Feature updates + +- Fix dao new command for new templates (#669) @0xGabi +- Fix output for aragon run & fix http publish flag (#752) @0xGabi + +## πŸ› Bug Fixes + +- Check IPFS & install if missing (#734) @0xGabi +- Bump aragen to [v5.2.0](https://github.com/aragon/aragen/releases/tag/v5.2.0) , fix tx pathing issue with ganache version (#753) @0xGabi + +## πŸ› οΈ Maintenance (non-API changes) + +- End to end tests fix (#746) @macor161 +- Rollback to truffle-config v4 (#745) @0xGabi + +--- + +## v6.2.5 + +Release date: **2019-08-18** +[Compare code changes][v6.2.5] + +### What’s changed in aragonCLI + +### πŸš€ New Feature + +- New Command `aragon id assign` (#707) @macor161 πŸ™ + +### πŸ› Bug Fixes + +- Add Aragon's default endpoint (#713) @0xGabi + +### πŸ› οΈ Maintenance (non-API changes) + +- Bump `aragen v5.1.0` (#720) @0xGabi + +--- + +## v6.2.4 + +Release date: **2019-08-08** +[Compare code changes][v6.2.4] + +### What’s changed in aragonCLI + +## πŸ’‘ Feature updates + +- Improve ipfs handler (#701) @0xGabi + +## πŸ› Bug Fixes + +- Fix http provider publish workflow (#701) @0xGabi + +## πŸ› οΈ Maintenance (non-API changes) + +- Doc: Improve IPFS section (#699) @0xGabi +- Update changelog (#698) @0xGabi + +--- + ## v6.2.3 Release date: **2019-08-07** diff --git a/CHANGELOG_STABLE_VERSIONS.md b/CHANGELOG_STABLE_VERSIONS.md index bd5c39e7a..04d16b381 100644 --- a/CHANGELOG_STABLE_VERSIONS.md +++ b/CHANGELOG_STABLE_VERSIONS.md @@ -4,7 +4,7 @@ All **notable** changes between stable versions will be documented in this file. - [Changelog](#Changelog) - - [v6.2.3 (🌳)](#v623) + - [v6.3.2(🌳)](#v632) - [What’s changed in aragonCLI since `v5.9.7`](#Whats-changed-in-aragonCLI-since-v597) - [πŸ’₯ Breaking changes](#%F0%9F%92%A5-Breaking-changes) - [πŸš€ New features](#%F0%9F%9A%80-New-features) @@ -14,10 +14,10 @@ All **notable** changes between stable versions will be documented in this file. --- -## v6.2.3 +## v6.3.2 -Release date: **2019-08-07** -[Compare code changes][v6.2.3] +Release date: **2019-09-23** +[Compare code changes][v6.3.2] ### What’s changed in aragonCLI since `v5.9.7` @@ -28,6 +28,8 @@ Release date: **2019-08-07** ### πŸš€ New features +- Use a pre build of the client instead of building it every time πŸš€(#764) +- New Command `aragon id assign` (#707) - Iterate dao act: add `--eth-value` optional argument (#492) - Bump `@aragon/aragen` to [v5.0.0](https://github.com/aragon/aragen/releases/tag/v5.0.0). - New command `devchain status` (#678) @@ -44,20 +46,22 @@ Release date: **2019-08-07** ### πŸ’‘ Feature updates -- Update aragen & client (#686) +- Include `templates-args` new option for aragon run (#768) +- Fix dao new command for new templates (#669) +- Add Aragon's default endpoint (#713) @0xGabi - Check for existing transactionPath in execHandler (#385) -- CLI: avoid coercing number arguments from strings to JS numbers (#687) +- Avoid coercing number arguments from strings to JS numbers (#687) - Allow arrays to be passed via `--app-init-args` (#623) -- Ipfs cmd refactor (#636) - Use all environment on artifact generation (#646) - Add `gas-price` global option (#625) -- Update the GUI client to `v0.7.4` (#519) - Update `dao install` to always show the proxy address (#478) - Update `dao token new` options to use a deployed `minimeTokenFactory` in Rinkeby and Mainnet as default to save gas (#555) - Pass apm opts to @aragon/wrapper (#567) ### πŸ› Bug Fixes +- Add Aragon's default endpoint (#713) +- Fix http provider publish workflow (#701) - Handle IPFS not being installed (#696) - Fix prepare publish function and publish intent argument (#685) - Update command to not hang after finishing (#674) @@ -72,14 +76,11 @@ Release date: **2019-08-07** ### πŸ› οΈ Maintenance & internal changes -- Small cleanup (#657) - Add isPortTaken function to `@aragon/cli-utils` (#668) - Refactor `cli-utils` package (#652) - Set-up code coverage (#493) - Set-up continuous deployment (#513) - Set-up some [probot](https://probot.github.io) apps (#517, #518) -- Add pre-requisites section to docs (#559) -- Update CONTRIBUTING.md with Bounties section πŸ¦… (#507) - Update aragonCLI Roadmap (#504) [v6.0.5]: https://github.com/aragon/aragon-cli/compare/v5.9.7...v6.0.5 diff --git a/README.md b/README.md index f0124a8b2..57a3966a4 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Stable versions: | Version | NPM page | Docs | Release date | | -------- | ------------------------------------- | ---------------------------------------- | ------------ | -| `v6.2.5` | [![NPM][625-npm-badge]][625-npm-link] | [![Docs][625-docs-badge]][625-docs-link] | 2019-08-18 | +| `v6.3.2` | [![NPM][632-npm-badge]][632-npm-link] | [![Docs][632-docs-badge]][632-docs-link] | 2019-09-23 | | `v5.9.7` | [![NPM][597-npm-badge]][597-npm-link] | [![Docs][597-docs-badge]][597-docs-link] | 2019-07-15 | | `v5.8.0` | [![NPM][580-npm-badge]][580-npm-link] | [![Docs][580-docs-badge]][580-docs-link] | 2019-05-18 | | `v5.6.2` | [![NPM][562-npm-badge]][562-npm-link] | [![Docs][562-docs-badge]][562-docs-link] | 2019-04-17 | @@ -79,10 +79,10 @@ Stable versions: [latest-stable-npm-badge]: https://img.shields.io/npm/v/@aragon/cli/stable.svg?style=flat-square [latest-stable-docs-badge]: https://img.shields.io/badge/docs-latest%20stable-blue.svg?style=flat-square [latest-stable-docs-link]: https://hack.aragon.org/docs/cli-intro.html -[625-npm-badge]: https://img.shields.io/badge/npm-v6.2.5-blue.svg?style=flat-square -[625-npm-link]: https://www.npmjs.com/package/@aragon/cli/v/6.2.5 -[625-docs-badge]: https://img.shields.io/badge/docs-v6.2.5-blue.svg?style=flat-square -[625-docs-link]: https://github.com/aragon/aragon-cli/blob/v6.2.5/docs/Intro.md +[632-npm-badge]: https://img.shields.io/badge/npm-v6.3.2-blue.svg?style=flat-square +[632-npm-link]: https://www.npmjs.com/package/@aragon/cli/v/6.3.2 +[632-docs-badge]: https://img.shields.io/badge/docs-v6.3.2-blue.svg?style=flat-square +[632-docs-link]: https://github.com/aragon/aragon-cli/blob/v6.3.2/docs/Intro.md [597-npm-badge]: https://img.shields.io/badge/npm-v5.9.7-blue.svg?style=flat-square [597-npm-link]: https://www.npmjs.com/package/@aragon/cli/v/5.9.7 [597-docs-badge]: https://img.shields.io/badge/docs-v5.9.7-blue.svg?style=flat-square diff --git a/docs/Main-commands.md b/docs/Main-commands.md index 00ab4b5c4..1959cc841 100644 --- a/docs/Main-commands.md +++ b/docs/Main-commands.md @@ -35,6 +35,7 @@ Available options to customize the `run` command: - `--template-args`: The arguments that the function to create the template is called with. Defaults to an array of arguments. To use arrays use the following format `["'0xB24b...73a7', '0xB24b...73a7'"]`. - `--client`: Whether to start the Aragon client or not. Defaults to `true`. - `--client-version`: Version of Aragon client used to run your sandboxed app. +- `--client-repo`: Repository of Aragon client to clone and run in your sandboxed app. Defaults to `https://github.com/aragon/aragon`. - `--client-port`: Port being used by Aragon client. - `--client-path`: A path pointing to an existing Aragon client installation. - `--app-init`: Name of the function that will be called to initialize an app. Defaults to `initialize`. @@ -65,9 +66,10 @@ The [React boilerplate](https://github.com/aragon/aragon-react-boilerplate) supp Start the Aragon GUI (graphical user interface). It uses [aragen](https://github.com/aragon/aragen) snapshot to try fetching a prebuild of the client if it was not previously fetch. Otherwise, the command download the client repo and build it to use it locally. ```sh -aragon start [client-version] +aragon start [client-repo] [client-version] ``` +- `client-repo`: Repository of Aragon client to clone and run in your sandboxed app. Defaults to `https://github.com/aragon/aragon`. - `client-version`: Version of Aragon client used to run your sandboxed app (commit hash, branch name or tag name) Options: diff --git a/packages/aragon-cli/README.md b/packages/aragon-cli/README.md index f0124a8b2..57a3966a4 100644 --- a/packages/aragon-cli/README.md +++ b/packages/aragon-cli/README.md @@ -71,7 +71,7 @@ Stable versions: | Version | NPM page | Docs | Release date | | -------- | ------------------------------------- | ---------------------------------------- | ------------ | -| `v6.2.5` | [![NPM][625-npm-badge]][625-npm-link] | [![Docs][625-docs-badge]][625-docs-link] | 2019-08-18 | +| `v6.3.2` | [![NPM][632-npm-badge]][632-npm-link] | [![Docs][632-docs-badge]][632-docs-link] | 2019-09-23 | | `v5.9.7` | [![NPM][597-npm-badge]][597-npm-link] | [![Docs][597-docs-badge]][597-docs-link] | 2019-07-15 | | `v5.8.0` | [![NPM][580-npm-badge]][580-npm-link] | [![Docs][580-docs-badge]][580-docs-link] | 2019-05-18 | | `v5.6.2` | [![NPM][562-npm-badge]][562-npm-link] | [![Docs][562-docs-badge]][562-docs-link] | 2019-04-17 | @@ -79,10 +79,10 @@ Stable versions: [latest-stable-npm-badge]: https://img.shields.io/npm/v/@aragon/cli/stable.svg?style=flat-square [latest-stable-docs-badge]: https://img.shields.io/badge/docs-latest%20stable-blue.svg?style=flat-square [latest-stable-docs-link]: https://hack.aragon.org/docs/cli-intro.html -[625-npm-badge]: https://img.shields.io/badge/npm-v6.2.5-blue.svg?style=flat-square -[625-npm-link]: https://www.npmjs.com/package/@aragon/cli/v/6.2.5 -[625-docs-badge]: https://img.shields.io/badge/docs-v6.2.5-blue.svg?style=flat-square -[625-docs-link]: https://github.com/aragon/aragon-cli/blob/v6.2.5/docs/Intro.md +[632-npm-badge]: https://img.shields.io/badge/npm-v6.3.2-blue.svg?style=flat-square +[632-npm-link]: https://www.npmjs.com/package/@aragon/cli/v/6.3.2 +[632-docs-badge]: https://img.shields.io/badge/docs-v6.3.2-blue.svg?style=flat-square +[632-docs-link]: https://github.com/aragon/aragon-cli/blob/v6.3.2/docs/Intro.md [597-npm-badge]: https://img.shields.io/badge/npm-v5.9.7-blue.svg?style=flat-square [597-npm-link]: https://www.npmjs.com/package/@aragon/cli/v/5.9.7 [597-docs-badge]: https://img.shields.io/badge/docs-v5.9.7-blue.svg?style=flat-square diff --git a/packages/aragon-cli/npm-shrinkwrap.json b/packages/aragon-cli/npm-shrinkwrap.json index 619e56afd..81333d716 100644 --- a/packages/aragon-cli/npm-shrinkwrap.json +++ b/packages/aragon-cli/npm-shrinkwrap.json @@ -481,6 +481,8 @@ }, "@aragon/cli-utils": { "version": "0.0.8", + "resolved": "https://registry.npmjs.org/@aragon/cli-utils/-/cli-utils-0.0.8.tgz", + "integrity": "sha512-1rNF/Qkq3+qqv8wAcQW3WvS5h3+hF53DK8yaDQcTbE1hzIMZqkcScAOcwkkwrLGreMDT57/RHV7eZcDetEF8MQ==", "requires": { "chalk": "^2.4.2", "figures": "^3.0.0", @@ -32228,6 +32230,32 @@ "underscore": "1.9.1", "web3-core-helpers": "1.2.1", "websocket": "github:web3-js/WebSocket-Node#polyfill/globalThis" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "websocket": { + "version": "github:web3-js/WebSocket-Node#905deb4812572b344f5801f8c9ce8bb02799d82e", + "from": "github:web3-js/WebSocket-Node#polyfill/globalThis", + "requires": { + "debug": "^2.2.0", + "es5-ext": "^0.10.50", + "nan": "^2.14.0", + "typedarray-to-buffer": "^3.1.5", + "yaeti": "^0.0.6" + } + } } }, "web3-shh": { diff --git a/packages/aragon-cli/package.json b/packages/aragon-cli/package.json index 956aa7587..fce5137fb 100644 --- a/packages/aragon-cli/package.json +++ b/packages/aragon-cli/package.json @@ -141,6 +141,7 @@ ] }, "aragon": { + "clientRepo": "https://github.com/aragon/aragon", "clientVersion": "d8066daad8bf3be6a83f7ee374032995ebd994cf", "clientPort": "3000", "defaultGasPrice": "2", diff --git a/packages/aragon-cli/src/commands/run.js b/packages/aragon-cli/src/commands/run.js index 01e8aca69..f89ad98d9 100644 --- a/packages/aragon-cli/src/commands/run.js +++ b/packages/aragon-cli/src/commands/run.js @@ -27,6 +27,7 @@ const { const url = require('url') +const DEFAULT_CLIENT_REPO = pkg.aragon.clientRepo const DEFAULT_CLIENT_VERSION = pkg.aragon.clientVersion const DEFAULT_CLIENT_PORT = pkg.aragon.clientPort @@ -153,6 +154,10 @@ exports.builder = function(yargs) { array: true, default: [], }) + .option('client-repo', { + description: 'Repo of Aragon client used to run your sandboxed app', + default: DEFAULT_CLIENT_REPO, + }) .option('client-version', { description: 'Version of Aragon client used to run your sandboxed app', default: DEFAULT_CLIENT_VERSION, @@ -202,6 +207,7 @@ exports.handler = function({ httpServedFrom, appInit, appInitArgs, + clientRepo, clientVersion, clientPort, clientPath, @@ -370,7 +376,7 @@ exports.handler = function({ title: 'Open DAO', enabled: () => client === true, task: async (ctx, task) => - start.task({ clientVersion, clientPort, clientPath }), + start.task({ clientRepo, clientVersion, clientPort, clientPath }), }, ], listrOpts(silent, debug) diff --git a/packages/aragon-cli/src/commands/start.js b/packages/aragon-cli/src/commands/start.js index f44899e37..594e9c3dd 100644 --- a/packages/aragon-cli/src/commands/start.js +++ b/packages/aragon-cli/src/commands/start.js @@ -10,15 +10,21 @@ const TaskList = require('listr') const pkg = require('../../package.json') const { installDeps } = require('../util') +const DEFAULT_CLIENT_REPO = pkg.aragon.clientRepo const DEFAULT_CLIENT_VERSION = pkg.aragon.clientVersion const DEFAULT_CLIENT_PORT = pkg.aragon.clientPort -exports.command = 'start [client-version]' +exports.command = 'start [client-repo] [client-version]' exports.describe = 'Start the Aragon GUI (graphical user interface)' exports.builder = yargs => { return yargs + .positional('client-repo', { + description: + 'Repo of Aragon client used to run your sandboxed app (valid git repository using https or ssh protocol)', + default: DEFAULT_CLIENT_REPO, + }) .positional('client-version', { description: 'Version of Aragon client used to run your sandboxed app (commit hash, branch name or tag name)', @@ -34,7 +40,12 @@ exports.builder = yargs => { }) } -exports.task = async function({ clientVersion, clientPort, clientPath }) { +exports.task = async function({ + clientRepo, + clientVersion, + clientPort, + clientPath, +}) { const tasks = new TaskList([ { title: 'Fetching client from aragen', @@ -50,7 +61,7 @@ exports.task = async function({ clientVersion, clientPort, clientPath }) { skip: ctx => !!clientPath, task: async (ctx, task) => { task.output = 'Downloading client...' - await downloadClient(ctx, task, clientVersion) + await downloadClient({ ctx, task, clientRepo, clientVersion }) }, enabled: ctx => !ctx.clientFetch, }, @@ -87,18 +98,24 @@ exports.task = async function({ clientVersion, clientPort, clientPath }) { exports.handler = async ({ reporter, + clientRepo, clientVersion, clientPort, clientPath, }) => { - const task = await exports.task({ clientVersion, clientPort, clientPath }) + const task = await exports.task({ + clientRepo, + clientVersion, + clientPort, + clientPath, + }) return task .run() .then(() => reporter.info( - `Aragon client version ${chalk.blue( + `Aragon client from ${chalk.blue(clientRepo)} version ${chalk.blue( clientVersion - )}, started on port ${chalk.blue(clientPort)}` + )} started on port ${chalk.blue(clientPort)}` ) ) } diff --git a/packages/aragon-cli/src/lib/start/download-client.js b/packages/aragon-cli/src/lib/start/download-client.js index b6054dd50..e114d2a43 100644 --- a/packages/aragon-cli/src/lib/start/download-client.js +++ b/packages/aragon-cli/src/lib/start/download-client.js @@ -3,8 +3,14 @@ import { existsSync, ensureDirSync } from 'fs-extra' import os from 'os' import { promisify } from 'util' const clone = promisify(require('git-clone')) +const pkg = require('../../../package.json') -export async function downloadClient(ctx, task, clientVersion) { +export async function downloadClient({ + ctx, + task, + clientRepo = pkg.aragon.clientRepo, + clientVersion, +}) { const CLIENT_PATH = `${os.homedir()}/.aragon/client-${clientVersion}` ctx.clientPath = CLIENT_PATH @@ -19,7 +25,5 @@ export async function downloadClient(ctx, task, clientVersion) { ensureDirSync(CLIENT_PATH) // Clone client - return clone('https://github.com/aragon/aragon', CLIENT_PATH, { - checkout: clientVersion, - }) + return clone(clientRepo, CLIENT_PATH, { checkout: clientVersion }) } diff --git a/packages/e2e-tests/src/cli/run.test.js.md b/packages/e2e-tests/src/cli/run.test.js.md index b7feecb43..eb9859bd0 100644 --- a/packages/e2e-tests/src/cli/run.test.js.md +++ b/packages/e2e-tests/src/cli/run.test.js.md @@ -9,8 +9,16 @@ Generated by [AVA](https://ava.li). > Snapshot 1 `Start a local Ethereum network [started]␊ - Start a local Ethereum network [skipped]␊ - β†’ Connected to the provided Ethereum network␊ + Check devchain status [started]␊ + Check port [started]␊ + Check port [completed]␊ + Check devchain status [completed]␊ + Starting a local chain from snapshot [started]␊ + Local chain started at port 8545␊ + [title changed]␊ + Local chain started at port 8545␊ + [completed]␊ + Start a local Ethereum network [completed]␊ Check IPFS [started]␊ Start IPFS [started]␊ β†’ IPFS is started, checking CORS config␊ @@ -42,6 +50,10 @@ Generated by [AVA](https://ava.li). Prepare files for publishing [started]␊ Prepare files for publishing [completed]␊ Generate application artifact [started]␊ + before extract␊ + after extract␊ + before deprecated␊ + after deprecated␊ Generate application artifact [completed]␊ Publish intent [started]␊ Publish intent [completed]␊ @@ -68,6 +80,19 @@ Generated by [AVA](https://ava.li). ␊ i You are now ready to open your app in Aragon.␊ ␊ + i Here are some Ethereum accounts you can use.␊ + The first one will be used for all the actions the aragonCLI performs.␊ + You can use your favorite Ethereum provider or wallet to import their private keys.␊ + ␊ + Address #1: 0xb4124cEB3451635DAcedd11767f004d8a28c6eE7 (account used to deploy DAOs, has more permissions)␊ + Private key: a8a54b2d8197bc0b19bb8a084031be71835580a01e70a45a13babd16c9bc1563␊ + ␊ + Address #2: 0x8401Eb5ff34cc943f096A32EF3d5113FEbE8D4Eb ␊ + Private key: ce8e3bda3b44269c147747a373646393b1504bfcbb73fc9564f5d753d8116608␊ + ␊ + i The accounts were generated from the following mnemonic phrase:␊ + explain tackle mirror kit van hammer degree position ginger unfair soup bonus␊ + ␊ i This is the configuration for your development deployment:␊ Ethereum Node: ws://localhost:8545␊ ENS registry: 0x5f6f7e8cc7346a11ca2def8f827b7a0b612c56a1␊ diff --git a/packages/e2e-tests/src/cli/run.test.js.snap b/packages/e2e-tests/src/cli/run.test.js.snap index c197ca98b..8b19b7dc0 100644 Binary files a/packages/e2e-tests/src/cli/run.test.js.snap and b/packages/e2e-tests/src/cli/run.test.js.snap differ