Question

I want to lock down the Forge platform version that I build my app on. I believe I can do this by updating the value for platform_version in the config.json file.

But how do I find out the current platform version from the command line? I want to use the commandline because the website (http://docs.trigger.io/en/v1.3/release-notes.html) not fully up to date because of the quick releases.

Était-ce utile?

La solution

Yes - there are two options:

  • look at https://trigger.io/forge/platform_version/ to see available major/minor versions
  • look at .template/platform_version.txt in your app directory which contains the minor version used to create a particular build

See http://docs.trigger.io/en/v1.3/release-notes.html#v1-3-12

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top