diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 421515d50..2c97ebee0 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.3" + ".": "0.13.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dccc178c..120af5196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.13.4](https://github.com/fluencelabs/cli/compare/fluence-cli-v0.13.3...fluence-cli-v0.13.4) (2024-01-11) + + +### Features + +* ensure memory limit of worker services is less then 2GB and pass it to installation spell [fixes DXJ-579 DXJ-545 DXJ-580 DXJ-546] ([#700](https://github.com/fluencelabs/cli/issues/700)) ([88a0e5f](https://github.com/fluencelabs/cli/commit/88a0e5fbf8f267ead868d8b6aeb7d810c5429b83)) +* update dependencies ([#701](https://github.com/fluencelabs/cli/issues/701)) ([16e293f](https://github.com/fluencelabs/cli/commit/16e293f803d111c7ff663182df078adc37a7f456)) + + +### Bug Fixes + +* module remove ([#703](https://github.com/fluencelabs/cli/issues/703)) ([8103c46](https://github.com/fluencelabs/cli/commit/8103c463b1ff4170906ab4e7bc44197f70096272)) +* remove global deps completely ([#698](https://github.com/fluencelabs/cli/issues/698)) ([34bb519](https://github.com/fluencelabs/cli/commit/34bb51965fbbc2e0ed77d43935ad6e8f2dec4523)) +* secret key remove ([#702](https://github.com/fluencelabs/cli/issues/702)) ([5216e96](https://github.com/fluencelabs/cli/commit/5216e96f59692b0b5a005a8076dd85f4ac6bdb3b)) + ## [0.13.3](https://github.com/fluencelabs/cli/compare/fluence-cli-v0.13.2...fluence-cli-v0.13.3) (2024-01-05) diff --git a/docs/commands/README.md b/docs/commands/README.md index 9f7b7c21e..b03e42ad2 100644 --- a/docs/commands/README.md +++ b/docs/commands/README.md @@ -83,7 +83,7 @@ ALIASES $ fluence air b ``` -_See code: [src/commands/air/beautify.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/air/beautify.ts)_ +_See code: [src/commands/air/beautify.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/air/beautify.ts)_ ## `fluence aqua` @@ -120,7 +120,7 @@ EXAMPLES $ fluence aqua ``` -_See code: [src/commands/aqua.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/aqua.ts)_ +_See code: [src/commands/aqua.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/aqua.ts)_ ## `fluence aqua imports` @@ -137,7 +137,7 @@ DESCRIPTION Returns a list of aqua imports that CLI produces ``` -_See code: [src/commands/aqua/imports.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/aqua/imports.ts)_ +_See code: [src/commands/aqua/imports.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/aqua/imports.ts)_ ## `fluence aqua json [INPUT] [OUTPUT]` @@ -165,7 +165,7 @@ DESCRIPTION what they translate into ``` -_See code: [src/commands/aqua/json.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/aqua/json.ts)_ +_See code: [src/commands/aqua/json.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/aqua/json.ts)_ ## `fluence aqua yml [INPUT] [OUTPUT]` @@ -196,7 +196,7 @@ ALIASES $ fluence aqua yaml ``` -_See code: [src/commands/aqua/yml.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/aqua/yml.ts)_ +_See code: [src/commands/aqua/yml.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/aqua/yml.ts)_ ## `fluence autocomplete [SHELL]` @@ -253,7 +253,7 @@ EXAMPLES $ fluence build ``` -_See code: [src/commands/build.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/build.ts)_ +_See code: [src/commands/build.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/build.ts)_ ## `fluence deal change-app [DEAL-ADDRESS] [NEW-APP-CID]` @@ -277,7 +277,7 @@ DESCRIPTION Change app id in the deal ``` -_See code: [src/commands/deal/change-app.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/deal/change-app.ts)_ +_See code: [src/commands/deal/change-app.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/deal/change-app.ts)_ ## `fluence deal create` @@ -305,7 +305,7 @@ DESCRIPTION Create your deal with the specified parameters ``` -_See code: [src/commands/deal/create.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/deal/create.ts)_ +_See code: [src/commands/deal/create.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/deal/create.ts)_ ## `fluence deal deploy [WORKER-NAMES]` @@ -350,7 +350,7 @@ EXAMPLES $ fluence deal deploy ``` -_See code: [src/commands/deal/deploy.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/deal/deploy.ts)_ +_See code: [src/commands/deal/deploy.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/deal/deploy.ts)_ ## `fluence deal deposit [DEAL-ADDRESS] [AMOUNT]` @@ -374,7 +374,7 @@ DESCRIPTION Deposit do the deal ``` -_See code: [src/commands/deal/deposit.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/deal/deposit.ts)_ +_See code: [src/commands/deal/deposit.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/deal/deposit.ts)_ ## `fluence deal info [DEAL-ADDRESS]` @@ -395,7 +395,7 @@ DESCRIPTION Get info about provider ``` -_See code: [src/commands/deal/info.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/deal/info.ts)_ +_See code: [src/commands/deal/info.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/deal/info.ts)_ ## `fluence deal logs [WORKER-NAMES]` @@ -431,7 +431,7 @@ EXAMPLES $ fluence deal logs ``` -_See code: [src/commands/deal/logs.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/deal/logs.ts)_ +_See code: [src/commands/deal/logs.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/deal/logs.ts)_ ## `fluence deal match [DEAL-ADDRESS]` @@ -454,7 +454,7 @@ DESCRIPTION Match deal with resource owners ``` -_See code: [src/commands/deal/match.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/deal/match.ts)_ +_See code: [src/commands/deal/match.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/deal/match.ts)_ ## `fluence deal remove-unit [DEAL-ADDRESS] [UNIT-ID]` @@ -478,7 +478,7 @@ DESCRIPTION Remove unit from the deal ``` -_See code: [src/commands/deal/remove-unit.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/deal/remove-unit.ts)_ +_See code: [src/commands/deal/remove-unit.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/deal/remove-unit.ts)_ ## `fluence deal stop [DEAL-ADDRESS]` @@ -501,7 +501,7 @@ DESCRIPTION Stop the deal ``` -_See code: [src/commands/deal/stop.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/deal/stop.ts)_ +_See code: [src/commands/deal/stop.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/deal/stop.ts)_ ## `fluence deal withdraw [DEAL-ADDRESS] [AMOUNT]` @@ -525,7 +525,7 @@ DESCRIPTION Withdraw tokens from the deal ``` -_See code: [src/commands/deal/withdraw.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/deal/withdraw.ts)_ +_See code: [src/commands/deal/withdraw.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/deal/withdraw.ts)_ ## `fluence default env [ENV]` @@ -548,7 +548,7 @@ EXAMPLES $ fluence default env ``` -_See code: [src/commands/default/env.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/default/env.ts)_ +_See code: [src/commands/default/env.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/default/env.ts)_ ## `fluence default peers [ENV]` @@ -571,7 +571,7 @@ EXAMPLES $ fluence default peers ``` -_See code: [src/commands/default/peers.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/default/peers.ts)_ +_See code: [src/commands/default/peers.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/default/peers.ts)_ ## `fluence dep cargo install [PACKAGE-NAME | PACKAGE-NAME@VERSION]` @@ -605,7 +605,7 @@ EXAMPLES $ fluence dep cargo install ``` -_See code: [src/commands/dep/cargo/install.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/dep/cargo/install.ts)_ +_See code: [src/commands/dep/cargo/install.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/dep/cargo/install.ts)_ ## `fluence dep install` @@ -629,7 +629,7 @@ EXAMPLES $ fluence dep install ``` -_See code: [src/commands/dep/install.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/dep/install.ts)_ +_See code: [src/commands/dep/install.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/dep/install.ts)_ ## `fluence dep npm install [PACKAGE-NAME | PACKAGE-NAME@VERSION]` @@ -655,7 +655,7 @@ EXAMPLES $ fluence dep npm install ``` -_See code: [src/commands/dep/npm/install.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/dep/npm/install.ts)_ +_See code: [src/commands/dep/npm/install.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/dep/npm/install.ts)_ ## `fluence dep npm uninstall PACKAGE-NAME | PACKAGE-NAME@VERSION` @@ -681,7 +681,7 @@ EXAMPLES $ fluence dep npm uninstall ``` -_See code: [src/commands/dep/npm/uninstall.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/dep/npm/uninstall.ts)_ +_See code: [src/commands/dep/npm/uninstall.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/dep/npm/uninstall.ts)_ ## `fluence dep reset` @@ -704,7 +704,7 @@ EXAMPLES $ fluence dep reset ``` -_See code: [src/commands/dep/reset.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/dep/reset.ts)_ +_See code: [src/commands/dep/reset.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/dep/reset.ts)_ ## `fluence dep versions` @@ -729,7 +729,7 @@ EXAMPLES $ fluence dep versions ``` -_See code: [src/commands/dep/versions.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/dep/versions.ts)_ +_See code: [src/commands/dep/versions.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/dep/versions.ts)_ ## `fluence help [COMMANDS]` @@ -777,7 +777,7 @@ EXAMPLES $ fluence init ``` -_See code: [src/commands/init.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/init.ts)_ ## `fluence key default [NAME]` @@ -801,7 +801,7 @@ EXAMPLES $ fluence key default ``` -_See code: [src/commands/key/default.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/key/default.ts)_ +_See code: [src/commands/key/default.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/key/default.ts)_ ## `fluence key new [NAME]` @@ -826,7 +826,7 @@ EXAMPLES $ fluence key new ``` -_See code: [src/commands/key/new.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/key/new.ts)_ +_See code: [src/commands/key/new.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/key/new.ts)_ ## `fluence key remove [NAME]` @@ -850,7 +850,7 @@ EXAMPLES $ fluence key remove ``` -_See code: [src/commands/key/remove.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/key/remove.ts)_ +_See code: [src/commands/key/remove.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/key/remove.ts)_ ## `fluence local down` @@ -870,7 +870,7 @@ EXAMPLES $ fluence local down ``` -_See code: [src/commands/local/down.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/local/down.ts)_ +_See code: [src/commands/local/down.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/local/down.ts)_ ## `fluence local init` @@ -891,7 +891,7 @@ EXAMPLES $ fluence local init ``` -_See code: [src/commands/local/init.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/local/init.ts)_ +_See code: [src/commands/local/init.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/local/init.ts)_ ## `fluence local logs` @@ -911,7 +911,7 @@ EXAMPLES $ fluence local logs ``` -_See code: [src/commands/local/logs.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/local/logs.ts)_ +_See code: [src/commands/local/logs.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/local/logs.ts)_ ## `fluence local ps` @@ -931,7 +931,7 @@ EXAMPLES $ fluence local ps ``` -_See code: [src/commands/local/ps.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/local/ps.ts)_ +_See code: [src/commands/local/ps.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/local/ps.ts)_ ## `fluence local up` @@ -954,7 +954,7 @@ EXAMPLES $ fluence local up ``` -_See code: [src/commands/local/up.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/local/up.ts)_ +_See code: [src/commands/local/up.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/local/up.ts)_ ## `fluence module add [PATH | URL]` @@ -980,7 +980,7 @@ EXAMPLES $ fluence module add ``` -_See code: [src/commands/module/add.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/module/add.ts)_ +_See code: [src/commands/module/add.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/module/add.ts)_ ## `fluence module new [NAME]` @@ -1005,7 +1005,7 @@ EXAMPLES $ fluence module new ``` -_See code: [src/commands/module/new.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/module/new.ts)_ +_See code: [src/commands/module/new.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/module/new.ts)_ ## `fluence module remove [NAME | PATH | URL]` @@ -1029,7 +1029,7 @@ EXAMPLES $ fluence module remove ``` -_See code: [src/commands/module/remove.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/module/remove.ts)_ +_See code: [src/commands/module/remove.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/module/remove.ts)_ ## `fluence provider add-peer` @@ -1052,7 +1052,7 @@ DESCRIPTION Register specific nox instance as a Compute Peer ``` -_See code: [src/commands/provider/add-peer.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/provider/add-peer.ts)_ +_See code: [src/commands/provider/add-peer.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/provider/add-peer.ts)_ ## `fluence provider add-units` @@ -1075,7 +1075,7 @@ DESCRIPTION Add units to specific nox instance as a Compute Peer ``` -_See code: [src/commands/provider/add-units.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/provider/add-units.ts)_ +_See code: [src/commands/provider/add-units.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/provider/add-units.ts)_ ## `fluence provider gen` @@ -1097,7 +1097,7 @@ EXAMPLES $ fluence provider gen ``` -_See code: [src/commands/provider/gen.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/provider/gen.ts)_ +_See code: [src/commands/provider/gen.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/provider/gen.ts)_ ## `fluence provider info` @@ -1116,7 +1116,7 @@ DESCRIPTION Get info about provider ``` -_See code: [src/commands/provider/info.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/provider/info.ts)_ +_See code: [src/commands/provider/info.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/provider/info.ts)_ ## `fluence provider init` @@ -1135,7 +1135,7 @@ DESCRIPTION Init provider config. Creates a config file ``` -_See code: [src/commands/provider/init.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/provider/init.ts)_ +_See code: [src/commands/provider/init.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/provider/init.ts)_ ## `fluence provider register` @@ -1157,7 +1157,7 @@ DESCRIPTION Register in matching contract ``` -_See code: [src/commands/provider/register.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/provider/register.ts)_ +_See code: [src/commands/provider/register.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/provider/register.ts)_ ## `fluence provider remove-peer` @@ -1179,7 +1179,7 @@ DESCRIPTION Remove specific nox instance as a Compute Peer ``` -_See code: [src/commands/provider/remove-peer.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/provider/remove-peer.ts)_ +_See code: [src/commands/provider/remove-peer.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/provider/remove-peer.ts)_ ## `fluence provider remove-units` @@ -1203,7 +1203,7 @@ DESCRIPTION Sub units to specific nox instance as a Compute Peer ``` -_See code: [src/commands/provider/remove-units.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/provider/remove-units.ts)_ +_See code: [src/commands/provider/remove-units.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/provider/remove-units.ts)_ ## `fluence provider reward-info [DEAL-ADDRESS] [UNIT-ID]` @@ -1227,7 +1227,7 @@ DESCRIPTION Reward info ``` -_See code: [src/commands/provider/reward-info.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/provider/reward-info.ts)_ +_See code: [src/commands/provider/reward-info.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/provider/reward-info.ts)_ ## `fluence provider withdraw-reward [DEAL-ADDRESS] [UNIT-ID]` @@ -1251,7 +1251,7 @@ DESCRIPTION Withdraw reward ``` -_See code: [src/commands/provider/withdraw-reward.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/provider/withdraw-reward.ts)_ +_See code: [src/commands/provider/withdraw-reward.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/provider/withdraw-reward.ts)_ ## `fluence run` @@ -1306,7 +1306,7 @@ EXAMPLES $ fluence run ``` -_See code: [src/commands/run.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/run.ts)_ +_See code: [src/commands/run.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/run.ts)_ ## `fluence service add [PATH | URL]` @@ -1333,7 +1333,7 @@ EXAMPLES $ fluence service add ``` -_See code: [src/commands/service/add.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/service/add.ts)_ +_See code: [src/commands/service/add.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/service/add.ts)_ ## `fluence service new [NAME]` @@ -1357,7 +1357,7 @@ EXAMPLES $ fluence service new ``` -_See code: [src/commands/service/new.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/service/new.ts)_ +_See code: [src/commands/service/new.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/service/new.ts)_ ## `fluence service remove [NAME | PATH | URL]` @@ -1380,7 +1380,7 @@ EXAMPLES $ fluence service remove ``` -_See code: [src/commands/service/remove.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/service/remove.ts)_ +_See code: [src/commands/service/remove.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/service/remove.ts)_ ## `fluence service repl [NAME | PATH | URL]` @@ -1405,7 +1405,7 @@ EXAMPLES $ fluence service repl ``` -_See code: [src/commands/service/repl.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/service/repl.ts)_ +_See code: [src/commands/service/repl.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/service/repl.ts)_ ## `fluence spell build [SPELL-NAMES]` @@ -1430,7 +1430,7 @@ EXAMPLES $ fluence spell build ``` -_See code: [src/commands/spell/build.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/spell/build.ts)_ +_See code: [src/commands/spell/build.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/spell/build.ts)_ ## `fluence spell new [NAME]` @@ -1454,7 +1454,7 @@ EXAMPLES $ fluence spell new ``` -_See code: [src/commands/spell/new.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/spell/new.ts)_ +_See code: [src/commands/spell/new.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/spell/new.ts)_ ## `fluence update [CHANNEL]` @@ -1535,7 +1535,7 @@ EXAMPLES $ fluence workers deploy ``` -_See code: [src/commands/workers/deploy.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/workers/deploy.ts)_ +_See code: [src/commands/workers/deploy.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/workers/deploy.ts)_ ## `fluence workers logs [WORKER-NAMES]` @@ -1575,7 +1575,7 @@ EXAMPLES $ fluence workers logs ``` -_See code: [src/commands/workers/logs.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/workers/logs.ts)_ +_See code: [src/commands/workers/logs.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/workers/logs.ts)_ ## `fluence workers remove [WORKER-NAMES]` @@ -1612,7 +1612,7 @@ EXAMPLES $ fluence workers remove ``` -_See code: [src/commands/workers/remove.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/workers/remove.ts)_ +_See code: [src/commands/workers/remove.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/workers/remove.ts)_ ## `fluence workers upload [WORKER-NAMES]` @@ -1655,5 +1655,5 @@ EXAMPLES $ fluence workers upload ``` -_See code: [src/commands/workers/upload.ts](https://github.com/fluencelabs/cli/blob/v0.13.3/src/commands/workers/upload.ts)_ +_See code: [src/commands/workers/upload.ts](https://github.com/fluencelabs/cli/blob/v0.13.4/src/commands/workers/upload.ts)_ diff --git a/package.json b/package.json index 4dabf220e..33f60cdcd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@fluencelabs/cli", "packageManager": "yarn@3.7.0", "type": "module", - "version": "0.13.3", + "version": "0.13.4", "description": "CLI for working with Fluence network", "author": "Fluence Labs", "bin": {