We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--aev
Usage of --aev should show a deprecation warning.
Documentation should be updated correspondigly.
$ autonomy deploy build ../keys.json --aev -ltm Building deployment @ /home/jose/git/wd1/hello_world/abci_build I[2023-04-03|11:18:19.944] Generated private validator module=main keyFile=node0/config/priv_validator_key.json stateFile=node0/data/priv_validator_state.json I[2023-04-03|11:18:19.944] Generated node key module=main path=node0/config/node_key.json I[2023-04-03|11:18:19.944] Generated genesis file module=main path=node0/config/genesis.json I[2023-04-03|11:18:19.952] Generated private validator module=main keyFile=node1/config/priv_validator_key.json stateFile=node1/data/priv_validator_state.json I[2023-04-03|11:18:19.952] Generated node key module=main path=node1/config/node_key.json I[2023-04-03|11:18:19.952] Generated genesis file module=main path=node1/config/genesis.json I[2023-04-03|11:18:19.960] Generated private validator module=main keyFile=node2/config/priv_validator_key.json stateFile=node2/data/priv_validator_state.json I[2023-04-03|11:18:19.960] Generated node key module=main path=node2/config/node_key.json I[2023-04-03|11:18:19.960] Generated genesis file module=main path=node2/config/genesis.json I[2023-04-03|11:18:19.969] Generated private validator module=main keyFile=node3/config/priv_validator_key.json stateFile=node3/data/priv_validator_state.json I[2023-04-03|11:18:19.969] Generated node key module=main path=node3/config/node_key.json I[2023-04-03|11:18:19.969] Generated genesis file module=main path=node3/config/genesis.json Successfully initialized 4 node directories Generated Deployment! Type: docker-compose Agents: 4 Build Length 10765 $ autonomy --version autonomy, version 0.10.0.post2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Subject of the issue
Usage of
--aev
should show a deprecation warning.Documentation should be updated correspondigly.
Your environment
The text was updated successfully, but these errors were encountered: