UNPKG

829 BMarkdownView Raw
1# Moving from APEX Nitro v4 to v5
2
3IMPORTANT: APEX Nitro v5 is NOT backwards compatible with v4. This page will highlight how to take your existing APEX Nitro v4 code to v5.
4
5## Assumptions
6
7- [APEX Nitro v5 is already installed](install.md)
8
9## Migration Steps
10
111. With APEX Nitro v4, we had a centralized UI to manage all project configurations. That is gone in v5.
122. Identify the project you want to migrate from v4 to v5. This project has a source folder (directory) on your system.
133. Open a command line and go to the source folder from #2
144. Run `apex-nitro init`
155. Answer the questions to configure your project
166. A file `apexnitro.config.json` will be created on the current directory
177. You are done.
18
19You can now use APEX Nitro v5 commands, such as
20
21- `apex-nitro build`
22- `apex-nitro launch`
23- `apex-nitro upload`