Skip to content

Commit

Permalink
Don't import Hubspot tools into CLI
Browse files Browse the repository at this point in the history
Refs #475
  • Loading branch information
PaulAdamDavis committed Sep 12, 2023
1 parent 172a5cb commit ca37a98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Each tool has its own detailed documentation:
- [Chorus](https://github.com/TryGhost/migrate/tree/main/packages/mg-chorus)
- [Curated](https://github.com/TryGhost/migrate/tree/main/packages/mg-curated-export)
- [Curated members](https://github.com/TryGhost/migrate/tree/main/packages/mg-curated-members-csv)
- [HubSpot](https://github.com/TryGhost/migrate/tree/main/packages/mg-hubspot-api)
- [Jekyll](https://github.com/TryGhost/migrate/tree/main/packages/mg-jekyll-export)
- [Letterdrop](https://github.com/TryGhost/migrate/tree/main/packages/mg-letterdrop)
- [Libsyn](https://github.com/TryGhost/migrate/tree/main/packages/mg-libsyn)
Expand Down
2 changes: 0 additions & 2 deletions packages/migrate/bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import chorusCommands from '../commands/chorus.js';
import curatedMembersCommands from '../commands/curated-members.js';
import curatedCommands from '../commands/curated.js';
import ghostCommands from '../commands/ghost.js';
import hubspotCommands from '../commands/hubspot.js';
import jekyllCommands from '../commands/jekyll.js';
import jsonEmailCommands from '../commands/json/email.js';
import jsonHtmlCardCommands from '../commands/json/html-card.js';
Expand Down Expand Up @@ -54,7 +53,6 @@ prettyCLI.command(chorusCommands);
prettyCLI.command(curatedMembersCommands);
prettyCLI.command(curatedCommands);
prettyCLI.command(ghostCommands);
prettyCLI.command(hubspotCommands);
prettyCLI.command(jekyllCommands);
prettyCLI.command(jsonEmailCommands);
prettyCLI.command(jsonHtmlCardCommands);
Expand Down

0 comments on commit ca37a98

Please sign in to comment.