Skip to content

Commit

Permalink
chore: remove refferences to the deprecated flag
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Apr 23, 2024
1 parent 9856f29 commit 725a53a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
3 changes: 0 additions & 3 deletions docs/advanced_reference/commands/autonomy_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ autonomy deploy build [OPTIONS] [KEYS_FILE]
`--open-aea-dir PATH`
: Path to open-aea repo (Use with `dev` mode).

`--open-autonomy-dir PATH`
: Path to open-autonomy repo (Use with `dev` mode).

`--aev`
: Apply environment variable when loading service config.

Expand Down
2 changes: 1 addition & 1 deletion docs/advanced_reference/developer_tooling/dev_mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Before starting this guide, ensure that your machine satisfies the framework req
4. **Build the deployment.** Within the service folder, execute the command below to build the service deployment in `dev` mode, including a pre-configured Hardhat instance.
```bash
autonomy deploy build keys.json --dev --packages-dir ~/git/open-autonomy/packages --open-autonomy-dir ~/git/open-aea/ --open-aea-dir ~/git/open-autonomy/ --use-hardhat -ltm
autonomy deploy build keys.json --dev --packages-dir ~/git/open-autonomy/packages --open-aea-dir ~/git/open-autonomy/ --use-hardhat -ltm
```
You must modify the paths in the command above appropriately, pointing to:
Expand Down
2 changes: 0 additions & 2 deletions docs/application_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ Options:
Logging level for runtime.
--packages-dir PATH Path to packages dir (Use with dev mode)
--open-aea-dir PATH Path to open-aea repo (Use with dev mode)
--open-autonomy-dir PATH Path to open-autonomy repo (Use with dev
mode)
--aev Apply environment variable when loading
service config.
-ltm, --local-tm-setup Use local tendermint chain setup.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@ def test_docker_compose_build_dev(
str(ROOT_DIR),
"--open-aea-dir",
str(ROOT_DIR),
"--open-autonomy-dir",
str(ROOT_DIR),
)
)

Expand Down Expand Up @@ -367,8 +365,6 @@ def test_include_acn_and_hardhat_nodes(
str(ROOT_DIR),
"--open-aea-dir",
str(ROOT_DIR),
"--open-autonomy-dir",
str(ROOT_DIR),
"--use-hardhat",
"--use-acn",
)
Expand Down Expand Up @@ -575,8 +571,6 @@ def test_kubernetes_build_dev(
str(ROOT_DIR),
"--open-aea-dir",
str(ROOT_DIR),
"--open-autonomy-dir",
str(ROOT_DIR),
)
)

Expand Down

0 comments on commit 725a53a

Please sign in to comment.