-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix small issues telemetry and whoami #12468
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
erikareads
commented
Nov 1, 2024
- [cli] type only import
- [cli] type only import in telemetry enable
- [cli] type only import in telemetry disable
- [cli] prefer literal strings if there is no interpolation
- [cli] prefer literal strings when there is no interpolation
- add changeset
🦋 Changeset detectedLatest commit: 7c7db02 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
TooTallNate
previously approved these changes
Nov 1, 2024
EndangeredMassa
previously approved these changes
Nov 1, 2024
18633a3
onsclom
approved these changes
Nov 1, 2024
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 12, 2024
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## [email protected] ### Major Changes - Migrate `vercel certs` subcommands to their own command specifications ([#12463](#12463)) - Migrate `vercel dns` subcommands to their own command specifications ([#12464](#12464)) - Migrate `vercel alias` subcommands to their own command specifications ([#12458](#12458)) - Migrate `vercel projects` subcommands to their own command specifications ([#12518](#12518)) - Migrate `vercel env` subcommands to their own command specifications ([#12476](#12476)) - Migrate `vercel domains` subcommands to their own command specifications ([#12526](#12526)) - Migrate `vercel git` subcommands to their own command specifications ([#12524](#12524)) - Migrate `vercel teams` subcommands to their own command specifications ([#12496](#12496)) ### Minor Changes - Migrate `vercel promote` subcommands to their own command specifications ([#12480](#12480)) - [cli] add telemetry for `vercel teams switch` ([#12493](#12493)) - Support `multiple: true` for variadic arguments in Command spec ([#12515](#12515)) - Migrate `vercel rollback` subcommands to their own command specifications ([#12519](#12519)) - [cli] add telemetry for --help flag ([#12430](#12430)) - Adds "--target" as a new option for the "redeploy" command. ([#12523](#12523)) - Add strongly typed `subcommands` for Telemetry methods based on command specification ([#12446](#12446)) - Migrate `vercel telemetry` subcommands to their own command specifications ([#12460](#12460)) - Migrate `vercel target` subcommands to their own command specifications ([#12477](#12477)) - [cli] standardize `vercel teams` subcommand routing ([#12473](#12473)) ### Patch Changes - Don't print empty "Options" section in `--help` output (after filtering) ([#12479](#12479)) - [cli] integration resource was always redacted simplify method ([#12547](#12547)) - [cli] minor fixes in vercel target ([#12510](#12510)) - Show `vercel telemetry` subcommand help output ([#12487](#12487)) - [cli] tidy up command config structure `vercel alias` ([#12438](#12438)) - [cli] Use `getAliases` helper in `vercel certs` ([#12489](#12489)) - [cli] separately track integration-resource command ([#12543](#12543)) - [cli] use getAliases helper in vercel env ([#12491](#12491)) - Don't print empty "Examples" section in `--help` output ([#12475](#12475)) - [cli] create standard method for redacted targets ([#12544](#12544)) - [cli] redacting regions until we determine method to get list ([#12553](#12553)) - [cli] use getAliases helper in vercel integration-resource ([#12505](#12505)) - [cli] redact dns records outside allowed types ([#12548](#12548)) - [cli] remove trackCommandError method - unused ([#12546](#12546)) - [cli] derive `vercel alias` subcommand config from subcommand structs ([#12474](#12474)) - [cli] use getAliases in vercel telemetry ([#12509](#12509)) - [cli] use getAliases helper in vercel integration ([#12504](#12504)) - [cli] fix minor issues vercel pull ([#12512](#12512)) - [cli] use getAliases in vercel target ([#12508](#12508)) - Stabilize Chained Prerenders ([#12507](#12507)) - [cli] use subcommandOriginal in telemetry ([#12549](#12549)) - [cli] fix minor issues vercel project ([#12528](#12528)) - Add telemetry to teams list options ([#12440](#12440)) - Misc adjustments for `vercel bisect --help` ([#12478](#12478)) - [cli] redact Extensions ([#12542](#12542)) - fix small issues in telemetry and whoami ([#12468](#12468)) - Make `command` be an implied argument when `subcommands` array is defined ([#12456](#12456)) - [cli] derive Map of aliases from Command structs ([#12472](#12472)) - [cli] Add aliases field to Command ([#12462](#12462)) - Include "integration" command name in synopsis line in `vercel integration <subcommand> --help` output ([#12470](#12470)) - Consistent help output for `--next` option ([#12481](#12481)) - Fix `vercel integration-resource` subcommand help ([#12531](#12531)) - Consistent help output for `--limit` option ([#12482](#12482)) - [cli] rename getAliases helper to nonconflicting name ([#12516](#12516)) - [cli] redact unknown archive formats ([#12550](#12550)) - [cli] use getAliases helper in vercel dns ([#12490](#12490)) - [cli] move scope fetching closer to where its used in `vc bisect` ([#12439](#12439)) - [cli] redact output mode in telemetry method ([#12545](#12545)) - [cli] use subcommandOriginal for help telemetry ([#12552](#12552)) - [cli] fix minor issues vercel alias ([#12539](#12539)) - Fix certs issue to allow domain without subdomain ([#12532](#12532)) - Updated dependencies \[[`03f02e4ae9d3e9c198584acba4231e763d9eb353`](03f02e4), [`736f322093ebbb31d576609467d80d89ba9dc250`](736f322), [`80c8ec3634170c1566a5ce62acf560a9d1926d60`](80c8ec3)]: - @vercel/[email protected] - @vercel/[email protected] ## @vercel/[email protected] ### Minor Changes - Add support for HTTP streaming ([#12557](#12557)) ## @vercel/[email protected] ### Patch Changes - Fix basePath root matching for error pages ([#12559](#12559)) - Stabilize Chained Prerenders ([#12507](#12507)) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.