amtrack / force-dev-tool

[DEPRECATED] Command line tool supporting the Force.com development lifecycle
MIT License
108 stars 37 forks source link

force-dev-tool and latest version of api, say 41 #100

Closed okram999 closed 4 years ago

okram999 commented 6 years ago

hi @amtrack - i know from various discussions that sf have changed the way they handle permSets while deploying from version 40 onwards. Does the tool (force-dev-tool) handle the latest versions say ver41 of the mdAPI?

amtrack commented 6 years ago

Not yet. Do you want to start working on that?

okram999 commented 6 years ago

it is just the permSets that have changed with the new api version?

amtrack commented 6 years ago

As far as I know, yes.

ravirajah commented 5 years ago

still stuck on api 45 how can we get this to be 47?

amtrack commented 5 years ago

@ravirajah You can override the API version for every of your projects by changing it in package.xml. In force-dev-tool we only maintain the default API version being used when there is no package.xml yet.

amtrack commented 4 years ago

The new PermissionSet behaviour was implemented in #208