Hello Pack Makers - We just released a minor update to the Coda Pack SDK with the following changes:
Added
- Added an
--apiToken
argument to theclone
,create
,link
,release
, andupload
CLI 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
PrecannedDateRange
to 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=false
wasn’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.