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: documentation/en/curio-cli/curio.md
+11-10
Original file line number
Diff line number
Diff line change
@@ -24,16 +24,17 @@ COMMANDS:
24
24
help, h Shows a list of commands or help for one command
25
25
26
26
GLOBAL OPTIONS:
27
-
--color use color in display output (default: depends on output being a TTY)
28
-
--db-host value Command separated list of hostnames for yugabyte cluster (default: "127.0.0.1") [$CURIO_DB_HOST, $CURIO_HARMONYDB_HOSTS]
29
-
--db-name value (default: "yugabyte") [$CURIO_DB_NAME, $CURIO_HARMONYDB_NAME]
30
-
--db-user value (default: "yugabyte") [$CURIO_DB_USER, $CURIO_HARMONYDB_USERNAME]
31
-
--db-password value (default: "yugabyte") [$CURIO_DB_PASSWORD, $CURIO_HARMONYDB_PASSWORD]
32
-
--db-port value (default: "5433") [$CURIO_DB_PORT, $CURIO_HARMONYDB_PORT]
33
-
--repo-path value (default: "~/.curio") [$CURIO_REPO_PATH]
34
-
--vv enables very verbose mode, useful for debugging the CLI (default: false)
35
-
--help, -h show help
36
-
--version, -v print the version
27
+
--color use color in display output (default: depends on output being a TTY)
28
+
--db-host value Command separated list of hostnames for yugabyte cluster (default: "127.0.0.1") [$CURIO_DB_HOST, $CURIO_HARMONYDB_HOSTS]
29
+
--db-name value Name of the Postgres database in Yugabyte cluster (default: "yugabyte") [$CURIO_DB_NAME, $CURIO_HARMONYDB_NAME]
30
+
--db-user value Username for connecting to the Postgres database in Yugabyte cluster (default: "yugabyte") [$CURIO_DB_USER, $CURIO_HARMONYDB_USERNAME]
31
+
--db-password value Password for connecting to the Postgres database in Yugabyte cluster (default: "yugabyte") [$CURIO_DB_PASSWORD, $CURIO_HARMONYDB_PASSWORD]
32
+
--db-port value Port for connecting to the Postgres database in Yugabyte cluster (default: "5433") [$CURIO_DB_PORT, $CURIO_HARMONYDB_PORT]
33
+
--db-cassandra-port value Port for connecting to the Cassandra database in Yugabyte cluster (default: 9042) [$CURIO_DB_CASSANDRA_PORT, $CURIO_INDEXDB_PORT]
34
+
--repo-path value (default: "~/.curio") [$CURIO_REPO_PATH]
35
+
--vv enables very verbose mode, useful for debugging the CLI (default: false)
|`CURIO_LAYERS`| Config layers to be stacked and used for this Curio node |`gui,post`|
58
+
|`CURIO_ALL_REMAINING_FIELDS_ARE_OPTIONAL`| Allows optional fields to use defaults. This ensures that missing configurations are not treated as errors, instead, they will be assigned defaults |`true`|
59
+
|`CURIO_DB_HOST`| Database hosts (comma-separated) for the YugabyteDB cluster |`yugabyte1,yugabyte2,yugabyte3`|
60
+
|`CURIO_DB_USER`| Username for authenticating with YugabyteDB's Postgres Database defined by `CURIO_DB_NAME`|`yugabyte`|
61
+
|`CURIO_DB_PASSWORD`| Password for the specified CURIO_DB_USER |`yugabyte`|
62
+
|`CURIO_DB_PORT`| Port for YugabyteDB Postgres connection |`5433`|
63
+
|`CURIO_DB_NAME`| Name of the PostgreSQL database in YugabyteDB |`yugabyte`|
64
+
|`CURIO_DB_CASSANDRA_PORT`| Port for YugabyteDB Cassandra connection |`9042`|
65
+
|`CURIO_REPO_PATH`| Directory for Curio storage configuration `json` file |`~/.curio`|
66
+
|`CURIO_NODE_NAME`| Name of the Curio node |`ChangeMe`|
67
+
|`FIL_PROOFS_USE_MULTICORE_SDR`| Enables multi-core SDR in Filecoin |`1`|
68
+
69
+
70
+
Ensure all variables are correctly set according to your environment. Additionally, you can also export the following variable for cache location.
0 commit comments