Bugfix:
- Includes fixes for issue #53 when multiple license keys are associated with an account.
Features:
- Adds
FOUNDRY_LICENSE_KEY
variable, allowing explicit setting of license key, or choosing an associated license key by index e.g.;FOUNDRY_LICENSE_KEY=AAAA-BBBB-CCCC-DDDD-EEEE-FFFF
FOUNDRY_LICENSE_KEY=2
- Enables usage of cached release archives even without credentials or pre-signed URLs.
- Unify logging format across entry point and helper utilities with Foundry.
- Adds missing timezone data and sets timezone early when requested.
- Incorporates upstream changes from skeleton.
Special thanks to @VTTAssets