-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add translation to IR #1252
base: next
Are you sure you want to change the base?
Conversation
translate: { | ||
hidden: true, | ||
type: 'boolean', | ||
default: false, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added this to hs project upload
but not hs project watch
primarily because hs project watch
gets almost no usage, and there were some other road bumps, such as hs project watch
doesn't work unless your project already has a successful build, which is not currently achievable with the new system.
I can add the options to hs project watch
if we think it is worthwhile, but the command won't work until build scheduling is in place and component teams have begun to implement their builds.
@@ -43,6 +43,8 @@ exports.handler = async options => { | |||
|
|||
const { projectConfig, projectDir } = await getProjectConfig(); | |||
|
|||
trackCommandUsage('project-upload', { type: accountType }, derivedAccountId); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this a duplicate tracking call?
Description and Context
Integrate with
@hubspot/projects-parsing-lib
and the new projects upload API