Remove hardcoded DRIVE_ACCESSKEY/SECRET env vars and replace with variable references ($DRIVE_USER, $DRIVE_ACCESSKEY). Added logic to evaluate environment variable references in command execution by expanding $VAR references to their actual values from the environment. This makes the configuration more flexible and secure by avoiding hardcoded credentials. |
||
|---|---|---|
| .. | ||
| cli.rs | ||
| component.rs | ||
| facade.rs | ||
| installer.rs | ||
| mod.rs | ||
| os.rs | ||
| package_manager.test.rs | ||