Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to global options #1652

Merged
merged 2 commits into from
May 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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