Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[volttron-dev] Volttron vctl documentation incorrect configuration

The Volttron vctl documentation here says that the command to install a configuration is:

vctl config store <agent identity> <config name> <config file>

For Volttron 10 Docker, this is incorrect. It should be:

vctl config store <config name> <agent identity> <config file>

If you install the config according to the documentation, the agent will not find the config when it starts and you will get an error.

           jak



Back to the top