forked from aragon/aragon-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(commands/run): introduce --client-version and --client-port
This commit introduces a new option `--client-version` that can be used to specify the Aragon client version to be used as discussed in aragon#182. A version can be any commit-ish values (hashes, branches, tags). Example: ``` $ aragon run --client-version=fa2025232330bc3e4d3b792cab4bf44d754d33e6 ``` Or ``` $ aragon run --client-version=dev ``` It also offers a new option `--client-port` to configure the port on which the client is being served from. Notice that this option is being ignored at the moment, which will be addressed in a future commit. For more info: aragon#198 Closes aragon#182
- Loading branch information
Showing
2 changed files
with
27 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters