-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e77041f
commit 08d074e
Showing
74 changed files
with
1,840 additions
and
629 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# 💻 Command Line Interface (CLI) | ||
|
||
Effectively manage the versatile Command Line Interface (CLI) designed for various workflow management tasks. This CLI is provided with the core executable file, including [built-in extensions](../ext/README.md). | ||
Effectively manage your workflows using the versatile Command Line Interface (CLI) designed for a variety of tasks. This CLI is provided as a base executable that includes [built-in extensions](../ext/README.md). | ||
|
||
## Configuration | ||
|
||
Before executing commands, configure the system using environment variables. You can utilize either the `.uniflow.toml` file or system environment variables. | ||
Before running commands, configure your system using environment variables. You can use either the `.uniflow.toml` file or system environment variables. | ||
|
||
| TOML Key | Environment Variable | Example | | ||
|----------------------|----------------------|---------------------------| | ||
| `database.url` | `DATABASE.URL` | `mem://` or `mongodb://` | | ||
| `database.name` | `DATABASE.NAME` | - | | ||
| `collection.nodes` | `COLLECTION.NODES` | `nodes` | | ||
| `collection.secrets` | `COLLECTION.SECRETS` | `secrets` | | ||
| TOML Key | Environment Variable Key | Example | | ||
|-----------------------|----------------------------|----------------------------| | ||
| `database.url` | `DATABASE.URL` | `mem://` or `mongodb://` | | ||
| `database.name` | `DATABASE.NAME` | - | | ||
| `collection.nodes` | `COLLECTION.NODES` | `nodes` | | ||
| `collection.secrets` | `COLLECTION.SECRETS` | `secrets` | | ||
|
||
When using [MongoDB](https://www.mongodb.com/), ensure that [change streams](https://www.mongodb.com/docs/manual/changeStreams/) are enabled so the engine can track changes to node specifications. To utilize change streams, set up a [replica set](https://www.mongodb.com/ko-kr/docs/manual/replication/#std-label-replication). | ||
If using [MongoDB](https://www.mongodb.com/), ensure that [Change Streams](https://www.mongodb.com/docs/manual/changeStreams/) are enabled so that the engine can track changes to node specifications. To utilize Change Streams, set up a [Replica Set](https://www.mongodb.com/docs/manual/replication/#std-label-replication). |
Oops, something went wrong.