IMPORTANT: APEX Nitro v5 is NOT backwards compatible with v4. This page will highlight how to take your existing APEX Nitro v4 code to v5.
- With APEX Nitro v4, we had a centralized UI to manage all project configurations. That is gone in v5.
- Identify the project you want to migrate from v4 to v5. This project has a source folder (directory) on your system.
- Open a command line and go to the source folder from #2
- Run
apex-nitro init
- Answer the questions to configure your project
- A file
apexnitro.config.json
will be created on the current directory - You are done.
You can now use APEX Nitro v5 commands, such as
apex-nitro build
apex-nitro launch
apex-nitro upload