Skip to content

Commit 4c196ba

Browse files
authored
Merge pull request #673 from MaxStalker/max/version-check-flag
Flag "--skip-check" added
2 parents 4beaaa6 + 61691f2 commit 4c196ba

30 files changed

+215
-19
lines changed

docs/account-add-contract.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,10 @@ Specify the log level. Control how much output you want to see during command ex
186186
Specify the path to the `flow.json` configuration file.
187187
You can use the `-f` flag multiple times to merge
188188
several configuration files.
189+
190+
### Version Check
191+
192+
- Flag: `--skip-version-check`
193+
- Default: `false`
194+
195+
Skip version check during start up to speed up process for slow connections.

docs/account-remove-contract.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,10 @@ Specify the log level. Control how much output you want to see during command ex
149149
Specify the path to the `flow.json` configuration file.
150150
You can use the `-f` flag multiple times to merge
151151
several configuration files.
152+
153+
### Version Check
154+
155+
- Flag: `--skip-version-check`
156+
- Default: `false`
157+
158+
Skip version check during start up to speed up process for slow connections.

docs/account-staking-info.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,10 @@ Specify the log level. Control how much output you want to see during command ex
131131
Specify the path to the `flow.json` configuration file.
132132
You can use the `-f` flag multiple times to merge
133133
several configuration files.
134+
135+
### Version Check
136+
137+
- Flag: `--skip-version-check`
138+
- Default: `false`
139+
140+
Skip version check during start up to speed up process for slow connections.

docs/account-update-contract.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,10 @@ Specify the log level. Control how much output you want to see during command ex
183183
Specify the path to the `flow.json` configuration file.
184184
You can use the `-f` flag multiple times to merge
185185
several configuration files.
186+
187+
### Version Check
188+
189+
- Flag: `--skip-version-check`
190+
- Default: `false`
191+
192+
Skip version check during start up to speed up process for slow connections.

docs/build-transactions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,10 @@ Specify the log level. Control how much output you want to see while command exe
223223
Specify a filename for the configuration files, you can provide multiple configuration
224224
files by using `-f` flag multiple times.
225225

226+
### Version Check
226227

228+
- Flag: `--skip-version-check`
229+
- Default: `false`
230+
231+
Skip version check during start up to speed up process for slow connections.
227232

docs/create-accounts.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,10 @@ Specify the log level. Control how much output you want to see during command ex
183183
Specify the path to the `flow.json` configuration file.
184184
You can use the `-f` flag multiple times to merge
185185
several configuration files.
186+
187+
### Version Check
188+
189+
- Flag: `--skip-version-check`
190+
- Default: `false`
191+
192+
Skip version check during start up to speed up process for slow connections.

docs/decode-keys.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,10 @@ Specify the format of the command results.
8080
- Valid inputs: a path in the current filesystem.
8181

8282
Specify the filename where you want the result to be saved
83+
84+
### Version Check
85+
86+
- Flag: `--skip-version-check`
87+
- Default: `false`
88+
89+
Skip version check during start up to speed up process for slow connections.

docs/decode-transactions.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,10 @@ Specify the format of the command results.
6868
- Valid inputs: a path in the current filesystem.
6969

7070
Specify the filename where you want the result to be saved
71+
72+
### Version Check
73+
74+
- Flag: `--skip-version-check`
75+
- Default: `false`
76+
77+
Skip version check during start up to speed up process for slow connections.

docs/deploy-project-contracts.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,10 @@ Specify the log level. Control how much output you want to see during command ex
253253
Specify the path to the `flow.json` configuration file.
254254
You can use the `-f` flag multiple times to merge
255255
several configuration files.
256+
257+
### Version Check
258+
259+
- Flag: `--skip-version-check`
260+
- Default: `false`
261+
262+
Skip version check during start up to speed up process for slow connections.

docs/execute-scripts.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,10 @@ Specify the log level. Control how much output you want to see during command ex
144144
Specify the path to the `flow.json` configuration file.
145145
You can use the `-f` flag multiple times to merge
146146
several configuration files.
147+
148+
### Version Check
149+
150+
- Flag: `--skip-version-check`
151+
- Default: `false`
152+
153+
Skip version check during start up to speed up process for slow connections.

0 commit comments

Comments
 (0)