texei / texei-sfdx-plugin

Texeï's plugin for sfdx
https://texei.github.io/texei-sfdx-plugin/
BSD 3-Clause "New" or "Revised" License
123 stars 38 forks source link

[dependencies:install] Unable to pass parameter [-t | --upgrade-type UPGRADE-TYPE] #153

Closed arafesthain closed 8 months ago

arafesthain commented 8 months ago

Hello, Any plan to allow to pass the standard parameter through texei plugin ?

Command I used :

sf texei package dependencies install -a package -r -w 60 -t DeprecateOnly --target-org $ORG_ALIAS -k "1: "

Actual Result :

Error (1): Nonexistent flag: -t

Expected Result: The texei plugin is passing the -t flag to the sf cli without error

FabienTaillon commented 8 months ago

I've added it, can you give it a try after running sf update and checking that you're running the v2.3.3 of the plugin ?

arafesthain commented 8 months ago

hello @FabienTaillon alright, working fine :) thx