11## ⬆️ Install or Upgrade
22
3- Follow the [ Flow CLI installation guide] ( ../ install.md ) for instructions on how to install or upgrade the CLI.
3+ Follow the [ Flow CLI installation guide] ( https://docs.onflow.org/flow-cli/ install/ ) for instructions on how to install or upgrade the CLI.
44
55## 💥 Breaking Changes
66
@@ -12,7 +12,7 @@ The new format is not backwards compatible with the old format.
1212
1313If needed, you can generate a new configuration file with the ` flow init ` command.
1414
15- Read more about the new configuration format in the [ documentation] ( ../ configuration.md ) .
15+ Read more about the new configuration format in the [ documentation] ( https://docs.onflow.org/flow-cli/ configuration) .
1616
1717### Updated: ` flow blocks get `
1818
@@ -31,7 +31,7 @@ flow blocks get 6bb0e0fceef9225a3cf9ceb6df9a31bd0063e6ee8e8dd7fdd93b831783243cd3
3131flow blocks get 28329914
3232```
3333
34- Read more about this change in the [ documentation] ( ../ get-blocks.md ) .
34+ Read more about this change in the [ documentation] ( https://docs.onflow.org/flow-cli/ get-blocks) .
3535
3636### Removed: ` flow keys decode `
3737
@@ -102,7 +102,7 @@ more about them in the documentation on each command:
102102- Filter: ` --filter ` Specify any property name from the result you want to return as the only value.
103103
104104All the flags and their allowed values are specified
105- for each command in the [ documentation] ( ../index.md ) .
105+ for each command in the [ documentation] ( https://docs.onflow.org/flow-cli/ ) .
106106
107107Changed output for fetching account.
108108```
@@ -146,7 +146,7 @@ to be reused.
146146### Account Staking Info Command
147147
148148New command to fetch staking info from the account was added. Read more about it in the
149- [ documentation] ( ../account- staking-info.md ) .
149+ [ documentation] ( https://docs.onflow.org/flow-cli/ staking-info) .
150150
151151``` shell
152152> accounts staking-info 535b975637fb6bee --host access.testnet.nodes.onflow.org:9000
0 commit comments