-
-
Notifications
You must be signed in to change notification settings - Fork 940
Closed
Labels
area/clientsenhancementNew feature or requestNew feature or request🎃 hacktoberfest💎💎 250 pointsThis issue is worth 250 points in the hacktoberfest leaderboardThis issue is worth 250 points in the hacktoberfest leaderboard
Milestone
Description
Is your feature request related to a problem? Please describe.
When running npx @trigger.dev/cli@latest update we should allow you to pass in a to option which would set the version to upgrade to (instead of the default which is "latest".
Describe the solution you'd like to see
- Add a
tooption to the update command, default to "latest":trigger.dev/packages/cli/src/cli/index.ts
Line 98 in e350659
.action(async (path) => { - If the
toflag isn't "latest" then get ncu to do the change without spitting out the confirmation. There's a flag calledupgradethat should work. This file is where edits need to happen:target: "latest",
From SyncLinear.com | TRI-1281
Metadata
Metadata
Assignees
Labels
area/clientsenhancementNew feature or requestNew feature or request🎃 hacktoberfest💎💎 250 pointsThis issue is worth 250 points in the hacktoberfest leaderboardThis issue is worth 250 points in the hacktoberfest leaderboard