Hello Pack Makers - We just released a minor update to the Coda Pack SDK with the following changes:
Added
- Added an
--apiTokenargument to theclone,create,link,release, anduploadCLI commands. This makes it easier to use the CLI in a CI/CD environment where the API token is passed as an environment variable (GitHub Actions, etc).
Changed
- Updated
PrecannedDateRangeto match the date range picker in the Coda UI: addedLast90Days,Last180Days,Last365Days,Next90Days,Next180Days,Next365Days,Last7AndNext7Days,Last30AndNext30Days, deprecatedLast3Months,Last6Months,Next3Months, andNext6Months, and removedThisWeekStart,ThisMonthStart, andThisYearStart, which never actually worked.
Fixed
- Fixed an issue where
coda execute ... --vm=falsewasn’t compatible with Node version 19+ (Cannot set property crypto of #<Object> which has only a getter).
You can find information about all of our past releases in the documentation.