-
Notifications
You must be signed in to change notification settings - Fork 66
chore: Convert sandbox
commands to TypeScript
#1383
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
Conversation
sandbox
commands to TypeScriptsandbox
commands to TypeScript
commands/sandbox/delete.ts
Outdated
@@ -195,6 +203,7 @@ export async function handler( | |||
logger.error( | |||
i18n(`${i18nKey}.failure.invalidKey`, { | |||
account: uiAccountDescription(parentAccountId), | |||
authCommand: uiCommandReference('hs auth personalaccesskey'), |
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 think this would just be hs auth
since personalaccesskey is the default (and it gets passed in via option if you want to manually set it)
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.
Just one comment about removing a reference to personal access key in a command reference, but otherwise lgtm 👌
Description and Context
In this PR, I've converted the
sandbox
commands to TypeScript and added basic tests. I also corrected the names on thehubdb
andsecret
tests which I wrote in previous PRs.Commands
sandbox/create.ts
sandbox/delete.ts
Bucket
sandbox.ts
TODO
Who to Notify
@brandenrodgers @camden11 @joe-yeager