@hubspot/cli 8.7.0 → 8.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,9 +15,7 @@ import { commands } from '../../lang/en.js';
15
15
  import { debugError } from '../../lib/errorHandlers/index.js';
16
16
  import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
17
17
  const command = 'link';
18
- // Hide the command until we're done testing and ready to make linking GA
19
- // const describe = commands.account.subcommands.link.describe;
20
- const describe = undefined;
18
+ const describe = commands.account.subcommands.link.describe;
21
19
  async function handler(args) {
22
20
  const { exit } = args;
23
21
  if (hasDeprecatedConfigConflict(args._)) {
@@ -11,9 +11,7 @@ import { commands } from '../../lang/en.js';
11
11
  import { DEFAULT_HS_SETTINGS_PATH } from '@hubspot/local-dev-lib/constants/config';
12
12
  import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
13
13
  const command = 'unlink';
14
- // Hide the command until we're done testing and ready to make linking GA
15
- // const describe = commands.account.subcommands.link.describe;
16
- const describe = undefined;
14
+ const describe = commands.account.subcommands.unlink.describe;
17
15
  async function handler(args) {
18
16
  const { exit } = args;
19
17
  if (hasDeprecatedConfigConflict(args._)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/cli",
3
- "version": "8.7.0",
3
+ "version": "8.8.0",
4
4
  "description": "The official CLI for developing on HubSpot",
5
5
  "license": "Apache-2.0",
6
6
  "repository": "https://github.com/HubSpot/hubspot-cli",