You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,36 +63,44 @@ export RPC='XXXX'
63
63
export NODE_URL='XXXX'
64
64
```
65
65
66
-
- Optional set metadataCache URL if you want to use a custom Aquarius version instead of the default one. This will not be used if you have set an Ocean Node url.
66
+
- Optional, set metadataCache URL if you want to use a custom Aquarius version instead of the default one. This will not be used if you have set an Ocean Node url.
67
67
68
68
```
69
69
export AQUARIUS_URL='XXXX'
70
70
```
71
71
72
-
- Optional set Provider URL if you want to use a custom Provider version instead of the default one. This will not be used if you have set an Ocean Node url.
72
+
- Optional, set Provider URL if you want to use a custom Provider version instead of the default one. This will not be used if you have set an Ocean Node url.
73
73
74
74
```
75
75
export PROVIDER_URL='XXXX'
76
76
```
77
77
78
-
- Optional set ADDRESS_FILE if you want to use a custom set of smart contract address
78
+
- Optional, set ADDRESS_FILE if you want to use a custom set of smart contract address
79
79
80
80
```
81
81
export ADDRESS_FILE='path-to-address-file'
82
82
```
83
83
84
-
- Optional set INDEXING_MAX_RETRIES to the max number of retries when waiting for an asset to be indexed. Default is 100 retries max.
84
+
- Optional, set INDEXING_MAX_RETRIES to the max number of retries when waiting for an asset to be indexed. Default is 100 retries max.
85
85
86
86
```
87
87
export INDEXING_MAX_RETRIES='100'
88
88
```
89
89
90
-
- Optional set INDEXING_RETRY_INTERVAL to the interval (in miliseconds) for each retry when waiting for an asset to be indexed. Default is 3 seconds.
90
+
- Optional, set INDEXING_RETRY_INTERVAL to the interval (in miliseconds) for each retry when waiting for an asset to be indexed. Default is 3 seconds.
91
91
92
92
```
93
93
export INDEXING_RETRY_INTERVAL='3000'
94
94
```
95
95
96
+
- Optional, set AVOID_LOOP_RUN to 'true' to run each command and exit afterwards (usefull for CI test env and default behaviour). IF not set or set to 'false' the CLI will listen interactively for commands, until exit is manually forced
0 commit comments