(regression) fix: remove invalid envFile response field in sendEvent cmd (#577)
* fix: remove invalid envFile response field in sendEvent cmd * add changeset
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@trigger.dev/cli": patch
|
||||
---
|
||||
|
||||
remove unused envFile param in sendEvent.ts cmd
|
||||
@@ -36,7 +36,7 @@ export async function sendEventCommand(path: string, anyOptions: any) {
|
||||
return;
|
||||
}
|
||||
|
||||
const { apiUrl, envFile, apiKey } = apiDetails;
|
||||
const { apiUrl, apiKey } = apiDetails;
|
||||
|
||||
const parsedPayload = safeJSONParse(options.payload);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user