You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add environment variable support for external chaincode commands (#259)
- Introduced an `Env` field to the `createExternalChaincodeCmd` and `updateExternalChaincodeCmd` structs to allow users to specify environment variables for the chaincode.
- Implemented `handleEnv` method to parse and set environment variables from the provided input.
- Updated command flags to include `--env` option for both create and update commands.
These changes enhance the flexibility of external chaincode configuration by allowing custom environment variables to be passed during creation and updates.
Signed-off-by: dviejokfs <[email protected]>
0 commit comments