aheber / sf-warp

Mutate code files and see if your tests notice
16 stars 0 forks source link

the tool doesn't support the target_org parameter? #1

Closed xixiaofinland closed 3 months ago

xixiaofinland commented 3 months ago

From the help, it seems it doesn't support the usual -o to define which org to run against? I was hesitated as it could run in any org in my sf org list.

Even with --verbosity details, the prompt in execution still doesn't tell the org.

aheber commented 3 months ago

I'll have to look at it. I think I always run it against the configured default org but didn't realize I didn't set it up to be able to configure the org. I'll have to make a change next week.

aheber commented 3 months ago

Existing flag was --username or -o, I've changed it to the updated standard of --target-org to match the other SF commands. username was left as a deprecated alias so any existing users wouldn't be broken.

Change is available in v0.0.14 and can be retrieved using sf plugins update or uninstalling and reinstalling sf-warp.