Problem
Documentation and code have mismatched environment variable names:
- README: Recommends
CLOUDKIT_KEY_FILE
- Code: Reads
CLOUDKIT_PRIVATE_KEY_PATH
Users following README hit "credentials are required" errors.
Proposed Solution
Align docs with code OR change code to match docs.
Files
- Examples/Bushel/README.md:160-206, 415-422
- Examples/Bushel/Sources/BushelImages/Commands/*.swift
References