Skip to content

Commit

Permalink
Merge branch 'main' into FLU-442
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi authored Oct 6, 2023
2 parents bafcabb + 809a7dd commit ad1071e
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.1"
".": "0.10.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.10.0](https://github.com/fluencelabs/cli/compare/fluence-cli-v0.9.1...fluence-cli-v0.10.0) (2023-10-06)


### ⚠ BREAKING CHANGES

* improve fluence env switching [fixes DXJ-473] ([#502](https://github.com/fluencelabs/cli/issues/502))

### Features

* add aqua imports command [fixes DXJ-483] ([#518](https://github.com/fluencelabs/cli/issues/518)) ([419566a](https://github.com/fluencelabs/cli/commit/419566a1cd033bc7d3a9bbf640b4f4f232d700d5))
* improve fluence env switching [fixes DXJ-473] ([#502](https://github.com/fluencelabs/cli/issues/502)) ([a09f39b](https://github.com/fluencelabs/cli/commit/a09f39b0913799dbd54d0cfc08f755f0ec54c988))
* show dev dependencies [fixes DXJ-492] ([#521](https://github.com/fluencelabs/cli/issues/521)) ([8976225](https://github.com/fluencelabs/cli/commit/8976225919051adae217df569103f3dc9ac0f6f3))


### Bug Fixes

* change rpc ([#523](https://github.com/fluencelabs/cli/issues/523)) ([ddfd48f](https://github.com/fluencelabs/cli/commit/ddfd48f6c4fb1af602b443cd43ebf56a2f7feada))
* change rpc ([#524](https://github.com/fluencelabs/cli/issues/524)) ([8c5ab67](https://github.com/fluencelabs/cli/commit/8c5ab67cc169839b970dc79740a95a4f91f1907c))
* **deps:** update dependency @fluencelabs/aqua-api to v0.12.3 ([#501](https://github.com/fluencelabs/cli/issues/501)) ([2525c44](https://github.com/fluencelabs/cli/commit/2525c443867013b1932532e4fbdeb97ad7a2249a))

## [0.9.1](https://github.com/fluencelabs/cli/compare/fluence-cli-v0.9.0...fluence-cli-v0.9.1) (2023-09-29)


Expand Down
66 changes: 33 additions & 33 deletions docs/commands/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ALIASES
$ fluence air b
```

_See code: [src/commands/air/beautify.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/air/beautify.ts)_
_See code: [src/commands/air/beautify.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/air/beautify.ts)_

## `fluence aqua`

Expand Down Expand Up @@ -96,7 +96,7 @@ EXAMPLES
$ fluence aqua
```

_See code: [src/commands/aqua.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/aqua.ts)_
_See code: [src/commands/aqua.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/aqua.ts)_

## `fluence aqua json [INPUT] [OUTPUT]`

Expand Down Expand Up @@ -124,7 +124,7 @@ DESCRIPTION
what they translate into
```

_See code: [src/commands/aqua/json.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/aqua/json.ts)_
_See code: [src/commands/aqua/json.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/aqua/json.ts)_

## `fluence aqua yml [INPUT] [OUTPUT]`

Expand Down Expand Up @@ -155,7 +155,7 @@ ALIASES
$ fluence aqua yaml
```

_See code: [src/commands/aqua/yml.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/aqua/yml.ts)_
_See code: [src/commands/aqua/yml.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/aqua/yml.ts)_

## `fluence autocomplete [SHELL]`

Expand Down Expand Up @@ -208,7 +208,7 @@ EXAMPLES
$ fluence build
```

_See code: [src/commands/build.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/build.ts)_
_See code: [src/commands/build.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/build.ts)_

## `fluence deal deploy [WORKER-NAMES]`

Expand Down Expand Up @@ -253,7 +253,7 @@ EXAMPLES
$ fluence deal deploy
```

_See code: [src/commands/deal/deploy.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/deal/deploy.ts)_
_See code: [src/commands/deal/deploy.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/deal/deploy.ts)_

## `fluence deal logs [WORKER-NAMES]`

Expand Down Expand Up @@ -289,7 +289,7 @@ EXAMPLES
$ fluence deal logs
```

_See code: [src/commands/deal/logs.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/deal/logs.ts)_
_See code: [src/commands/deal/logs.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/deal/logs.ts)_

## `fluence default env [ENV]`

Expand All @@ -312,7 +312,7 @@ EXAMPLES
$ fluence default env
```

_See code: [src/commands/default/env.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/default/env.ts)_
_See code: [src/commands/default/env.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/default/env.ts)_

## `fluence default peers [ENV]`

Expand All @@ -335,7 +335,7 @@ EXAMPLES
$ fluence default peers
```

_See code: [src/commands/default/peers.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/default/peers.ts)_
_See code: [src/commands/default/peers.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/default/peers.ts)_

## `fluence dependency cargo install [PACKAGE-NAME | PACKAGE-NAME@VERSION]`

Expand Down Expand Up @@ -373,7 +373,7 @@ EXAMPLES
$ fluence dependency cargo install
```

_See code: [src/commands/dependency/cargo/install.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/dependency/cargo/install.ts)_
_See code: [src/commands/dependency/cargo/install.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/dependency/cargo/install.ts)_

## `fluence dependency install`

Expand All @@ -398,7 +398,7 @@ EXAMPLES
$ fluence dependency install
```

_See code: [src/commands/dependency/install.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/dependency/install.ts)_
_See code: [src/commands/dependency/install.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/dependency/install.ts)_

## `fluence dependency npm install [PACKAGE-NAME | PACKAGE-NAME@VERSION]`

Expand Down Expand Up @@ -432,7 +432,7 @@ EXAMPLES
$ fluence dependency npm install
```

_See code: [src/commands/dependency/npm/install.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/dependency/npm/install.ts)_
_See code: [src/commands/dependency/npm/install.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/dependency/npm/install.ts)_

## `fluence dependency reset`

Expand All @@ -458,7 +458,7 @@ EXAMPLES
$ fluence dependency reset
```

_See code: [src/commands/dependency/reset.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/dependency/reset.ts)_
_See code: [src/commands/dependency/reset.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/dependency/reset.ts)_

## `fluence dependency versions`

Expand All @@ -485,7 +485,7 @@ EXAMPLES
$ fluence dependency versions
```

_See code: [src/commands/dependency/versions.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/dependency/versions.ts)_
_See code: [src/commands/dependency/versions.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/dependency/versions.ts)_

## `fluence help [COMMANDS]`

Expand Down Expand Up @@ -530,7 +530,7 @@ EXAMPLES
$ fluence init
```

_See code: [src/commands/init.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/init.ts)_

## `fluence key default [NAME]`

Expand All @@ -554,7 +554,7 @@ EXAMPLES
$ fluence key default
```

_See code: [src/commands/key/default.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/key/default.ts)_
_See code: [src/commands/key/default.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/key/default.ts)_

## `fluence key new [NAME]`

Expand All @@ -579,7 +579,7 @@ EXAMPLES
$ fluence key new
```

_See code: [src/commands/key/new.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/key/new.ts)_
_See code: [src/commands/key/new.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/key/new.ts)_

## `fluence key remove [NAME]`

Expand All @@ -603,7 +603,7 @@ EXAMPLES
$ fluence key remove
```

_See code: [src/commands/key/remove.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/key/remove.ts)_
_See code: [src/commands/key/remove.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/key/remove.ts)_

## `fluence module add [PATH | URL]`

Expand All @@ -629,7 +629,7 @@ EXAMPLES
$ fluence module add
```

_See code: [src/commands/module/add.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/module/add.ts)_
_See code: [src/commands/module/add.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/module/add.ts)_

## `fluence module new [NAME]`

Expand All @@ -654,7 +654,7 @@ EXAMPLES
$ fluence module new
```

_See code: [src/commands/module/new.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/module/new.ts)_
_See code: [src/commands/module/new.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/module/new.ts)_

## `fluence module remove [NAME | PATH | URL]`

Expand All @@ -678,7 +678,7 @@ EXAMPLES
$ fluence module remove
```

_See code: [src/commands/module/remove.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/module/remove.ts)_
_See code: [src/commands/module/remove.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/module/remove.ts)_

## `fluence provider add-peer`

Expand All @@ -701,7 +701,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.9.1/src/commands/provider/add-peer.ts)_
_See code: [src/commands/provider/add-peer.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/provider/add-peer.ts)_

## `fluence provider register`

Expand All @@ -721,7 +721,7 @@ DESCRIPTION
Register in matching contract
```

_See code: [src/commands/provider/register.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/provider/register.ts)_
_See code: [src/commands/provider/register.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/provider/register.ts)_

## `fluence run`

Expand Down Expand Up @@ -772,7 +772,7 @@ EXAMPLES
$ fluence run
```

_See code: [src/commands/run.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/run.ts)_
_See code: [src/commands/run.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/run.ts)_

## `fluence service add [PATH | URL]`

Expand All @@ -799,7 +799,7 @@ EXAMPLES
$ fluence service add
```

_See code: [src/commands/service/add.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/service/add.ts)_
_See code: [src/commands/service/add.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/service/add.ts)_

## `fluence service new [NAME]`

Expand All @@ -823,7 +823,7 @@ EXAMPLES
$ fluence service new
```

_See code: [src/commands/service/new.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/service/new.ts)_
_See code: [src/commands/service/new.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/service/new.ts)_

## `fluence service remove [NAME | PATH | URL]`

Expand All @@ -846,7 +846,7 @@ EXAMPLES
$ fluence service remove
```

_See code: [src/commands/service/remove.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/service/remove.ts)_
_See code: [src/commands/service/remove.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/service/remove.ts)_

## `fluence service repl [NAME | PATH | URL]`

Expand All @@ -871,7 +871,7 @@ EXAMPLES
$ fluence service repl
```

_See code: [src/commands/service/repl.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/service/repl.ts)_
_See code: [src/commands/service/repl.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/service/repl.ts)_

## `fluence spell new [NAME]`

Expand All @@ -895,7 +895,7 @@ EXAMPLES
$ fluence spell new
```

_See code: [src/commands/spell/new.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/spell/new.ts)_
_See code: [src/commands/spell/new.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/spell/new.ts)_

## `fluence update [CHANNEL]`

Expand Down Expand Up @@ -976,7 +976,7 @@ EXAMPLES
$ fluence workers deploy
```

_See code: [src/commands/workers/deploy.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/workers/deploy.ts)_
_See code: [src/commands/workers/deploy.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/workers/deploy.ts)_

## `fluence workers logs [WORKER-NAMES]`

Expand Down Expand Up @@ -1016,7 +1016,7 @@ EXAMPLES
$ fluence workers logs
```

_See code: [src/commands/workers/logs.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/workers/logs.ts)_
_See code: [src/commands/workers/logs.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/workers/logs.ts)_

## `fluence workers remove [WORKER-NAMES]`

Expand Down Expand Up @@ -1053,7 +1053,7 @@ EXAMPLES
$ fluence workers remove
```

_See code: [src/commands/workers/remove.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/workers/remove.ts)_
_See code: [src/commands/workers/remove.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/workers/remove.ts)_

## `fluence workers upload [WORKER-NAMES]`

Expand Down Expand Up @@ -1096,5 +1096,5 @@ EXAMPLES
$ fluence workers upload
```

_See code: [src/commands/workers/upload.ts](https://github.com/fluencelabs/cli/blob/v0.9.1/src/commands/workers/upload.ts)_
_See code: [src/commands/workers/upload.ts](https://github.com/fluencelabs/cli/blob/v0.10.0/src/commands/workers/upload.ts)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluencelabs/cli",
"packageManager": "yarn@3.6.3",
"type": "module",
"version": "0.9.1",
"version": "0.10.0",
"description": "CLI for working with Fluence network",
"author": "Fluence Labs",
"bin": {
Expand Down Expand Up @@ -89,7 +89,7 @@
"yaml-diff-patch": "^2.0.0"
},
"devDependencies": {
"@fluencelabs/installation-spell": "0.5.23",
"@fluencelabs/installation-spell": "0.5.24",
"@total-typescript/ts-reset": "^0.5.1",
"@tsconfig/node18-strictest-esm": "^1.0.1",
"@types/debug": "^4.1.9",
Expand Down
6 changes: 3 additions & 3 deletions src/lib/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ export const isFluenceEnv = getIsStringUnion(FLUENCE_ENVS);

export const DEAL_CONFIG: Record<ContractsENV, ChainConfig> = {
kras: {
url: "https://rpc-mumbai.maticvigil.com",
url: "https://polygon-mumbai.g.alchemy.com/v2/lSTLbdQejAUJ854kpjvyFXrmKocI2N-z",
id: 80001,
},
testnet: {
url: "https://rpc-mumbai.maticvigil.com",
url: "https://polygon-mumbai.g.alchemy.com/v2/_Tc--Ia76JVzBPdr8IbBWDTCPf-DVQpS",
id: 80001,
},
stage: {
url: "https://rpc-mumbai.maticvigil.com",
url: "https://polygon-mumbai.g.alchemy.com/v2/_nxv_qsNy3ZWBipXy41imOXj4j6aNfCc",
id: 80001,
},
local: {
Expand Down
Loading

0 comments on commit ad1071e

Please sign in to comment.