Skip to content
New issue

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

Upgrade ConfigArgParse to version 1.5.3 #1627

Merged
merged 1 commit into from
Feb 10, 2022

Conversation

WadeBarnes
Copy link
Member

  • This allows multi-instance multi-argument parameters such as --inbound-transport to be specified using the associated environment variable. Version 1.2.3 of ConfigArgParse was unable to parse the associated environment variables properly.
  • Example using the environment variable for --inbound-transport: ACAPY_INBOUND_TRANSPORT=[[\"http\",\"0.0.0.0\",\"8021\"],[\"ws\",\"0.0.0.0\",\"8023\"]]

Results In:

::::::::::::::::::::::::::::::::::::::::::::::
:: Aries Cloud Agent                        ::
::                                          ::
::                                          ::
:: Inbound Transports:                      ::
::                                          ::
::   - http://0.0.0.0:8021                  ::
::   - ws://0.0.0.0:8023                    ::
...

Signed-off-by: Wade Barnes wade@neoterictech.ca

- This allows multi-instance multi-argument parameters such as `--inbound-transport` to be specified using the associated environment variable.  Version 1.2.3 of ConfigArgParse was unable to parse the associated environment variables properly.
- Example using the environment variable for `--inbound-transport`: `ACAPY_INBOUND_TRANSPORT=[[\"http\",\"0.0.0.0\",\"8021\"],[\"ws\",\"0.0.0.0\",\"8023\"]]`

Results In:
```
::::::::::::::::::::::::::::::::::::::::::::::
:: Aries Cloud Agent                        ::
::                                          ::
::                                          ::
:: Inbound Transports:                      ::
::                                          ::
::   - http://0.0.0.0:8021                  ::
::   - ws://0.0.0.0:8023                    ::
...
```

Signed-off-by: Wade Barnes <wade@neoterictech.ca>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants