Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: up deal-ts-clients, log aqua version, remove modules dir nesting by default #822

Merged
merged 18 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/commands/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,8 @@ Create your deal with the specified parameters
USAGE
$ fluence deal create --app-cid <value> --collateral-per-worker <value> --min-workers <value> --target-workers
<value> --max-workers-per-provider <value> --price-per-worker-epoch <value> [--no-input] [--initial-balance <value>]
[--effectors <value>] [--whitelist <value> | --blacklist <value>] [--env <value>] [--priv-key <value>]
[--effectors <value>] [--whitelist <value> | --blacklist <value>] [--protocol-version <value>] [--env <value>]
[--priv-key <value>]

FLAGS
--app-cid=<value> (required) CID of the application that will be deployed
Expand All @@ -359,6 +360,7 @@ FLAGS
unsecure. On local network
0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 key will be
used by default
--protocol-version=<value> Protocol version
--target-workers=<value> (required) Max workers in the deal
--whitelist=<value> Comma-separated list of whitelisted providers

Expand Down
2 changes: 1 addition & 1 deletion docs/configs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Defines global config for Fluence CLI
|------------------------|---------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `countlyConsent` | boolean | **Yes** | Weather you consent to send usage data to Countly |
| `defaultSecretKeyName` | string | **Yes** | Secret key with this name will be used by default by js-client inside CLI to run Aqua code |
| `version` | number | **Yes** | |
| `version` | integer | **Yes** | |
| `docsInConfigs` | boolean | No | Whether to include commented-out documented config examples in the configs generated with the CLI |
| `lastCheckForUpdates` | string | No | DEPRECATED. It's currently advised to install CLI without using npm (See README.md: https://github.com/fluencelabs/cli?tab=readme-ov-file#installation-and-usage). Last time when Fluence CLI checked for updates. Updates are checked daily unless this field is set to 'disabled' |

8 changes: 4 additions & 4 deletions docs/configs/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Defines user project preferences

## Properties

| Property | Type | Required | Description |
|--------------|--------|----------|-------------------------------------------------------------------------------------------|
| `version` | number | **Yes** | |
| `fluenceEnv` | string | No | Fluence environment to connect to Possible values are: `dar`, `stage`, `local`, `custom`. |
| Property | Type | Required | Description |
|--------------|---------|----------|-------------------------------------------------------------------------------------------|
| `version` | integer | **Yes** | |
| `fluenceEnv` | string | No | Fluence environment to connect to Possible values are: `dar`, `stage`, `local`, `custom`. |

Loading
Loading