Skip to content

Commit

Permalink
Add link to global options (#1652)
Browse files Browse the repository at this point in the history
* Add link to global options to doc
* Fix ipfs-gateway typo
  • Loading branch information
macor161 committed May 11, 2020
1 parent ba80447 commit 022acb2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Apm-commands.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The `aragon apm` commands are the easiest way to manage aragonPM repositories.
The `aragon apm` commands are the easiest way to manage aragonPM repositories. All commands accept the [global options](https://github.com/aragon/aragon-cli/blob/master/docs/Intro.md#global-options).

## aragon apm packages

Expand Down
2 changes: 1 addition & 1 deletion docs/Dao-commands.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The `aragon dao` commands can be used for interacting with your DAO directly from the command line. These commands are also available directly using the `dao` alias.
The `aragon dao` commands can be used for interacting with your DAO directly from the command line. These commands are also available directly using the `dao` alias. All commands accept the [global options](https://github.com/aragon/aragon-cli/blob/master/docs/Intro.md#global-options).

> **Note**<br>
> The default mnemonic of the Aragon CLI is the same for all users. If you are going to deploy a DAO to public networks it is highly recommended that you use your own web3 provider. Instructions on that can be found [here](https://hack.aragon.org/docs/guides-faq#set-a-private-key)
Expand Down
2 changes: 1 addition & 1 deletion docs/Intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Options that change the behaviour of the command:
- `--gas-price`: Gas price in Gwei. Defaults to `2`.
- `--use-frame`: Use Frame as a signing provider and web3 provider.
- `--ens-registry`: Address of the ENS registry. This will be overwritten if the selected environment from your arapp.json includes a `registry` property.
- `--pfs-gateway`: An URI to the IPFS Gateway to read files from. Defaults to `http://localhost:8080/ipfs`.
- `--ipfs-gateway`: An URI to the IPFS Gateway to read files from. Defaults to `http://localhost:8080/ipfs`.
- `--ipfs-rpc`: An URI to the IPFS node used to publish files. Defaults to `http://localhost:5001#default`.
- `--cwd`: Project working directory.
- `--debug`: Show more output to terminal.
Expand Down
2 changes: 1 addition & 1 deletion docs/Ipfs-commands.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The `aragon ipfs` commands can be used to start an IPFS node configured to pin the core Aragon components, inspect hashes, and propagate files to other nodes.
The `aragon ipfs` commands can be used to start an IPFS node configured to pin the core Aragon components, inspect hashes, and propagate files to other nodes. All commands accept the [global options](https://github.com/aragon/aragon-cli/blob/master/docs/Intro.md#global-options).

## aragon ipfs

Expand Down
2 changes: 1 addition & 1 deletion docs/Main-commands.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
These are general purpose commands that will help you to set up and interact with your development environment.
These are general purpose commands that will help you to set up and interact with your development environment. All commands accept the [global options](https://github.com/aragon/aragon-cli/blob/master/docs/Intro.md#global-options).

## aragon run

Expand Down

0 comments on commit 022acb2

Please sign in to comment.