Releases: HubSpot/hubspot-cli
Releases · HubSpot/hubspot-cli
v7.0.1
What's Changed
- Deprecate support for portal env variable by @brandenrodgers in #1329
Full Changelog: v7.0.0...v7.0.1
v7.0.0
What's Changed
- Refactor(config): Sister PR in local-dev-lib by @kemmerle in #1123
- Create new prompt for
is_available_for_new_content
. by @tenas97 in #1226 - Modify
hs create module
command to correspondence to content_types (Previously host_template_types) by @kotto5 in #1225 - feat: Update secrets commands to match design guidelines by @joe-yeager in #1257
- restructure the open command by @brandenrodgers in #1260
- Refactor auth commands by @brandenrodgers in #1254
- Restructure sandbox commands by @brandenrodgers in #1268
- Refactor function commands by @brandenrodgers in #1256
- feat!: Restructure config commands to match design guidelines by @joe-yeager in #1264
- feat!: Restructure account commands to meet the new design guidelines by @joe-yeager in #1265
- Remove global --version flag + remove --debug option from hs help by @camden11 in #1262
- feat: Add
h
alias forhelp
by @joe-yeager in #1271 - Restructure completion command by @brandenrodgers in #1263
- feat!: Refactor hubdb commands by @kemmerle in #1267
- chore: Stabilize the secrets tests by @joe-yeager in #1272
- feat!: Restructure theme commands to match new design guidelines by @joe-yeager in #1270
- feat!: Restructure custom-object commands to match design guidelines by @joe-yeager in #1261
- Restructure filemanager commands by @brandenrodgers in #1258
- Restructure project commands to meet guidelines by @brandenrodgers in #1266
- fix: Add --disable-tracking flag back to hs init by @joe-yeager in #1246
- chore!: Rename Mode to CmsPublishMode by @camden11 in #1269
- chore!: Remove --portal flag and change HUBSPOT_PORTAL_ID env var to HUBSPOT_ACCOUNT_ID by @camden11 in #1278
- choreMake --account and --use-env mutually exclusive by @camden11 in #1279
- fix: Make doctor aware of the next tag by @joe-yeager in #1277
- chore: Clean up buckets and command descriptions by @camden11 in #1280
- Restructure cms commands by @brandenrodgers in #1281
- chore: Improve unreleased changes script by @joe-yeager in #1275
- chore: Convert simple prompts to TypeScript by @kemmerle in #1273
- chore: Silence deprecation warnings by @brandenrodgers in #1283
- [chore] Bump TPDS for new LDL major version by @jsines in #1285
- chore: convert usageTracking to TS by @brandenrodgers in #1284
- refactor!: Remove unused hidden commands by @joe-yeager in #1291
- chore: Convert lib/developerTestAccounts to TS by @camden11 in #1286
- Convert generateSelectors and marketplaceValidate to TS by @camden11 in #1290
- Chore: Convert prompts to TS p.2 by @kemmerle in #1288
- Revert "refactor!: Remove unused hidden commands (#1291)" by @joe-yeager in #1294
- Fix public app local dev prompts by @camden11 in #1295
- Fix: local dev bugs (main branch) by @kemmerle in #1298
- chore: bump cross-spawn dep to fix vulnerability by @brandenrodgers in #1299
- Upgrade prettier and update style by @camden11 in #1300
- chore: Convert prompts to TypeScript (final part) by @kemmerle in #1293
- Refactor
loadAndValidateOptions
into middleware p.1 by @kemmerle in #1297 - chore: Add a script to generate a list of all the commands and subcommands by @joe-yeager in #1287
- Fix bug in
hs fetch
by @kemmerle in #1304 - Fix bug with account middleware in
hs project dev
by @kemmerle in #1303 - Refactor
loadAndValidateOptions
p.2 (config middleware) by @kemmerle in #1305 - Chore: project structure ts port by @brandenrodgers in #1302
- Convert Oauth, Polling, and Projects to TS by @camden11 in #1306
- Fix project upload link by @brandenrodgers in #1311
- Convert ProjectLogsManager to TS by @camden11 in #1312
- Refactor
loadAndValidateOptions
p3: Add config validation by @kemmerle in #1307 - Fix bug in
hs sandbox delete
by @kemmerle in #1313 - Refactor
loadAndValidateOptions
: Add account middleware (Final part) by @kemmerle in #1310 - port validation and configOptions to TS by @brandenrodgers in #1309
- Chore: Fix the no config error for hs --version by @brandenrodgers in #1314
- chore: Better error for secret deletes by @brandenrodgers in #1316
- test: Increase the polling timeout by @joe-yeager in #1319
- fix: Fix build id prompt in hs project deploy by @camden11 in #1318
- Fix bug in
hubdb create
by @kemmerle in #1317 - Next branch changes by @brandenrodgers in #1315
- Manually updating the package version by @brandenrodgers in #1320
- Fix npm release badge by @brandenrodgers in #1322
- Improve prompting behavior for
hs custom-object create
by @camden11 in #1321 - chore: Bump serverless dev runtime by @joe-yeager in #1323
- chore: Bump UIEDS version by @joe-yeager in #1324
- Convert projects watch to TS by @camden11 in #1325
New Contributors
Full Changelog: v6.4.0...v7.0.0
v6.4.0
What's Changed
- Adding more command structure tests (pt. 2) by @brandenrodgers in #1219
- Fix bug with updating next tag on releases to latest by @camden11 in #1238
- Convert
lib/ui
to TypeScript by @kemmerle in #1233 - fix: Address bug where we destructure an nullable object by @joe-yeager in #1239
- chore: Disable tracking in ATs by @joe-yeager in #1241
- Move jest to dev dep by @brandenrodgers in #1242
- fix: Update portmanager shutdown flow by @joe-yeager in #1243
- chore: Add flag to not track the hs init command by @joe-yeager in #1244
- chore: Release hs project install-deps command by @joe-yeager in #1240
- feat: Add
hs doctor
command by @joe-yeager in #1202 - fix: Revert the --disable-tracking until we can publish the CLI by @joe-yeager in #1245
- chore: Update doctor verbiage for
hs --version
check by @joe-yeager in #1247 - More release script improvements by @camden11 in #1248
- Only prompt to create release for latest releases by @camden11 in #1249
- Port links utils to TS by @brandenrodgers in #1250
- chore: Add .node-version to .gitignore to enable users to developer with bend yarn by @joe-yeager in #1253
- Unified Dev Server by @jsines in #1105
- Convert errorHandlers to TypeScript by @kemmerle in #1251
- Fix bug in serverless function logging by @brandenrodgers in #1255
- Fixing hs open for non-internal sites by @brandenrodgers in #1259
- Bump cms-dev-server version by @jsines in #1274
Full Changelog: v6.3.0...v6.4.0
v6.3.0
What's Changed
- fix: Fix tests running on latest by @joe-yeager in #1199
- Upgrade serverless-dev-runtime to v7.0.0 by @camden11 in #1205
- Add registry to package.json by @camden11 in #1204
- Move config utils by @camden11 in #1214
- Add change log info to readme by @happycollision in #1217
- fix: Allow template name or label to be used for
template
flag by @joe-yeager in #1223 - Fix bugs with build script and confirm prompt by @camden11 in #1236
Full Changelog: v6.2.1...v6.3.0
v6.2.0
What's Changed
- fix: Remove default exports by @joe-yeager in #1117
- chore: Update CLI to utilize new error object. by @joe-yeager in #1109
- Handle axios response returned from API modules. by @camden11 in #1119
- fix: Fix a couple logging errors, update some failing tests by @joe-yeager in #1125
- chore: Switch developerTestAccount & sandbox usages from
lib
toapi
by @joe-yeager in #1126 - Clean up generic errors by @camden11 in #1147
- chore: fix dep-check by @joe-yeager in #1163
- Add gate check util by @camden11 in #1170
- Fix account validation in hs project dev by @camden11 in #1180
- test: Add acceptance tests by @brandenrodgers in #1165
- fix: Fix project commands errors found in next branch bug bash by @joe-yeager in #1182
- chore: Update node image version in dockerfile by @joe-yeager in #1173
- chore: Add action to check for unrelease changes and post to slack by @joe-yeager in #1185
- fix: Update bad imports in next branch by @joe-yeager in #1186
- Fixing npm link to CLI repo by @brandenrodgers in #1187
- chore: Update action time by @joe-yeager in #1188
- v2 LDL by @joe-yeager in #1118
- chore: Update LDL version to 2.0.0 in all packages by @joe-yeager in #1189
- chore: Add codeowners by @joe-yeager in #1190
- Bump theme-preview-dev-server to 0.0.8 by @camden11 in #1191
Full Changelog: v6.1.1...v6.2.0
v6.1.1
What's Changed
- Bumping local-dev-lib to v 1.13.1 by @brandenrodgers in #1178
Full Changelog: v6.1.0...v6.1.1
v6.1.0
What's Changed
- Handle case where account flag test account parent isn't authed on hs project dev by @camden11 in #1171
- chore: Update linter so we can leverage modern JS features by @joe-yeager in #1172
- fix: Use exec cwd option instead of npm prefix for Windows support by @joe-yeager in #1174
- Refactor migration copy by @kemmerle in #1175
- Unhide migration and clone commands by @kemmerle in #1176
Full Changelog: v6.0.0...v6.1.0
v6.0.0
What's Changed
- fix: Prevent js error during initial upload for watch by @brandenrodgers in #1156
- test: Add Slack group id to test notification by @brandenrodgers in #1158
- chore: Update dev server to 0.8.31 by @dshekhtman in #1161
- feat: Reduce the time for hs accounts clean to detect inactive accounts by @joe-yeager in #1159
- Exit local dev earlier for projects without components by @camden11 in #1160
- hs project dev: don't allow selection of nonexitent dev test accounts + more cleanup by @camden11 in #1164
- Fix: Interpret tilde correctly in project location by @kemmerle in #1162
- fix:
hs projects logs
links and reduce number of prompts by @joe-yeager in #1131 - chore: Update dev server to 0.8.33 by @dshekhtman in #1166
- Supporting a custom override for missing scope errors by @brandenrodgers in #1128
- Refactor: Simplify migration tracking by @kemmerle in #1169
- [HOLD FOR Sept 10th] Remove deprecated sandbox sync command by @adamawang in #1168
- chore: Bump node version to >=18 by @joe-yeager in #1157
- feat: Add
hs project install-deps
command by @joe-yeager in #1133
Full Changelog: v5.4.0...v6.0.0
v5.4.0
What's Changed
- feat: More noticeable update notifications by @brandenrodgers in #1136
- Fix error messaging in hs cms convert-fields by @camden11 in #1139
- test: Testing slack notifications bot by @brandenrodgers in #1140
- fixing ref check to match docs by @brandenrodgers in #1141
- change version of the slack notifiations action by @brandenrodgers in #1142
- try putting the slack notifiation at the end by @brandenrodgers in #1144
- fixing format of slack action by @brandenrodgers in #1145
- test: Fixing slack notifications posts by @brandenrodgers in #1146
- Fix bugs with hs project add --type flag by @camden11 in #1143
- test: Adding scheduled actions to test latest CLI release by @brandenrodgers in #1138
- Test on latest npm version by @brandenrodgers in #1148
- test: Use checkout action to fix scheduled test by @brandenrodgers in #1149
- test: Allow manual action trigger by @brandenrodgers in #1150
- Fix bug with hs project dev --account flag on private apps by @camden11 in #1152
- fix: Fix missing translation errors by @joe-yeager in #1155
- Fix(migrate-app): project names with slashes causing download issues by @kemmerle in #1154
- chore: Update dev server to 0.8.30 by @dshekhtman in #1153
New Contributors
- @dshekhtman made their first contribution in #1153
Full Changelog: v5.3.1...v5.4.0
v5.3.1
What's Changed
- Remove no deprecation flag by @brandenrodgers in #1135
Full Changelog: v5.3.0...v5.3.1