From cc147cfc1b20a2779e46cba8ce2a158fff5f4360 Mon Sep 17 00:00:00 2001 From: boneyard93501 <4523011+boneyard93501@users.noreply.github.com> Date: Mon, 21 Mar 2022 15:41:15 -0500 Subject: [PATCH] update --data-path to --config-path --- aqua-examples/aqua-ceramic-integration/README.md | 2 +- aqua-examples/echo-greeter/Readme.md | 4 ++-- aqua-examples/near-integration/README.md | 2 +- aqua-examples/price-oracle/README.md | 4 ++-- aqua-examples/ts-oracle/Readme.md | 2 +- marine-examples/README.md | 6 +++--- marine-examples/call_parameters/deploy.sh | 2 +- marine-examples/url-downloader/deployment_data.txt | 2 +- quickstart/5-oracle-service/scripts/deploy.sh | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/aqua-examples/aqua-ceramic-integration/README.md b/aqua-examples/aqua-ceramic-integration/README.md index 453ef4e..e91c166 100644 --- a/aqua-examples/aqua-ceramic-integration/README.md +++ b/aqua-examples/aqua-ceramic-integration/README.md @@ -240,7 +240,7 @@ Looks like our services are working and ready for deployment to the `stage` netw ```bash aqua remote deploy \ --addr /dns4/stage.fluence.dev/tcp/19004/wss/p2p/12D3KooWJ4bTHirdTFNZpCS72TAzwtdmavTBkkEXtzo6wHL25CtE \ - --data-path configs/ceramic_adapter_deploy_cfg.json \ + --config-path configs/ceramic_adapter_deploy_cfg.json \ --service ceramic-service ``` diff --git a/aqua-examples/echo-greeter/Readme.md b/aqua-examples/echo-greeter/Readme.md index e2dd090..37bb07b 100644 --- a/aqua-examples/echo-greeter/Readme.md +++ b/aqua-examples/echo-greeter/Readme.md @@ -116,7 +116,7 @@ Any one of the peers will do and we can deploy our services with the `aqua` cli # deploy greeting service aqua remote deploy \ --addr /dns4/kras-03.fluence.dev/tcp/19001/wss/p2p/12D3KooWJd3HaMJ1rpLY1kQvcjRPEvnDwcXrH8mJvk7ypcZXqXGE \ - --data-path configs/echo_greeter_deploy_cfg.json \ + --config-path configs/echo_greeter_deploy_cfg.json \ --service echo-greeter ``` @@ -141,7 +141,7 @@ and # deploy echo service aqua remote deploy \ --addr /dns4/kras-03.fluence.dev/tcp/19001/wss/p2p/12D3KooWJd3HaMJ1rpLY1kQvcjRPEvnDwcXrH8mJvk7ypcZXqXGE \ - --data-path configs/echo_greeter_deploy_cfg.json \ + --config-path configs/echo_greeter_deploy_cfg.json \ --service echo-service ``` diff --git a/aqua-examples/near-integration/README.md b/aqua-examples/near-integration/README.md index e38972b..187d739 100644 --- a/aqua-examples/near-integration/README.md +++ b/aqua-examples/near-integration/README.md @@ -357,7 +357,7 @@ Before we can use our Fluence NEAR adapter, we need to deploy our Wasm modules t ```bash aqua remote deploy \ --addr /dns4/kras-04.fluence.dev/tcp/19001/wss/p2p/12D3KooWFEwNWcHqi9rtsmDhsYcDbRUCDXH84RC4FW6UfsFWaoHi \ - --data-path configs/near_deploy_cfg.json \ + --config-path configs/near_deploy_cfg.json \ --service near-adapter ``` diff --git a/aqua-examples/price-oracle/README.md b/aqua-examples/price-oracle/README.md index 40fc2ec..5e4d61a 100644 --- a/aqua-examples/price-oracle/README.md +++ b/aqua-examples/price-oracle/README.md @@ -165,7 +165,7 @@ Pick any of the peer ids from the listed peers to deploy your services. Let's sa ```bash aqua remote deploy \ --addr /dns4/kras-04.fluence.dev/tcp/19001/wss/p2p/12D3KooWFEwNWcHqi9rtsmDhsYcDbRUCDXH84RC4FW6UfsFWaoHi \ - --data-path configs/ts_oracle_deploy_cfg.json \ + --config-path configs/ts_oracle_deploy_cfg.json \ --service price-getter ``` @@ -193,7 +193,7 @@ and to deploy the mean service: ```bash aqua remote deploy \ --addr /dns4/kras-04.fluence.dev/tcp/19001/wss/p2p/12D3KooWFEwNWcHqi9rtsmDhsYcDbRUCDXH84RC4FW6UfsFWaoHi \ - --data-path configs/ts_oracle_deploy_cfg.json \ + --config-path configs/ts_oracle_deploy_cfg.json \ --service mean-service ``` diff --git a/aqua-examples/ts-oracle/Readme.md b/aqua-examples/ts-oracle/Readme.md index e78786b..ca6027d 100644 --- a/aqua-examples/ts-oracle/Readme.md +++ b/aqua-examples/ts-oracle/Readme.md @@ -58,7 +58,7 @@ and deploy the service to a peer of your choice with the `aqua` cli tool: ```bash aqua remote deploy \ --addr /dns4/kras-06.fluence.dev/tcp/19001/wss/p2p/12D3KooWDUszU2NeWyUVjCXhGEt1MoZrhvdmaQQwtZUriuGN1jTr \ - --data-path configs/ts_oracle_deploy_cfg.json \ + --config-path configs/ts_oracle_deploy_cfg.json \ --service ts-oracle ``` diff --git a/marine-examples/README.md b/marine-examples/README.md index 42f7e8e..67b430c 100644 --- a/marine-examples/README.md +++ b/marine-examples/README.md @@ -749,7 +749,7 @@ We use the `aqua remote deploy` command to do our bidding: ```zsh aqua remote deploy --help -Usage: aqua remote deploy [--timeout ] [--log-level ] --addr [--on ] [--print-air] [--sk ] --data-path --service +Usage: aqua remote deploy [--timeout ] [--log-level ] --addr [--on ] [--print-air] [--sk ] --config-path --service Deploy a service onto a remote peer @@ -768,7 +768,7 @@ Options and flags: Prints generated AIR code before function execution --sk , -s Ed25519 32-byte secret key in base64 - --data-path , -p + --config-path , -p Path to file with arguments map in JSON format --service , -s What service from the config file to deploy @@ -781,7 +781,7 @@ To create our greeting service on peer `12D3KooWKnEqMfYo9zvfHmqTLpLdiHXPe4SVqUWc ```zsh aqua remote deploy \ --addr /dns4/kras-01.fluence.dev/tcp/19001/wss/p2p/12D3KooWKnEqMfYo9zvfHmqTLpLdiHXPe4SVqUWcWHDJdFGrSmcA - --data-path configs/greeting_deploy_cfg.json \ + --config-path configs/greeting_deploy_cfg.json \ --service my-greeting-service ``` diff --git a/marine-examples/call_parameters/deploy.sh b/marine-examples/call_parameters/deploy.sh index 0950e9d..6d0ef30 100755 --- a/marine-examples/call_parameters/deploy.sh +++ b/marine-examples/call_parameters/deploy.sh @@ -16,5 +16,5 @@ test -f "$WASM" || echo >&2 "Couldn't find $WASM" # create a service from that .wasm CONFIG="config.json" -SERVICE_ID=$(aqua remote deploy --sk qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqo= --data-path config.json --service call_parameters --addr "$NODE" | tail -n 1 | tr -d \") +SERVICE_ID=$(aqua remote deploy --sk qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqo= --config-path config.json --service call_parameters --addr "$NODE" | tail -n 1 | tr -d \") echo $SERVICE_ID diff --git a/marine-examples/url-downloader/deployment_data.txt b/marine-examples/url-downloader/deployment_data.txt index d11d682..3aad838 100644 --- a/marine-examples/url-downloader/deployment_data.txt +++ b/marine-examples/url-downloader/deployment_data.txt @@ -1,6 +1,6 @@ aqua remote deploy \ --addr /dns4/kras-06.fluence.dev/tcp/19001/wss/p2p/12D3KooWDUszU2NeWyUVjCXhGEt1MoZrhvdmaQQwtZUriuGN1jTr \ - --data-path deployment_cfg.json \ + --config-path deployment_cfg.json \ --service url-downloader Your peerId: 12D3KooWRPELv7DNPJvd7uG79etrvzN7VUaQGUt58qBWu4c58UHb diff --git a/quickstart/5-oracle-service/scripts/deploy.sh b/quickstart/5-oracle-service/scripts/deploy.sh index ea4d9bc..1462d43 100755 --- a/quickstart/5-oracle-service/scripts/deploy.sh +++ b/quickstart/5-oracle-service/scripts/deploy.sh @@ -2,7 +2,7 @@ aqua remote deploy \ --addr /dns4/kras-04.fluence.dev/tcp/19001/wss/p2p/12D3KooWFEwNWcHqi9rtsmDhsYcDbRUCDXH84RC4FW6UfsFWaoHi \ - --data-path configs/ts_oracle_deploy_cfg.json \ + --config-path configs/ts_oracle_deploy_cfg.json \ --service ts-oracle \ >>\ deployed_service.data \ No newline at end of file