I’ve started using AS 7 after a migration and trying to work out whether the hot deployment works the same way as the console method of uploading applications?
If the hot deployment stays in the deployment folder, where do the applications “go” when they are loaded by the console (or the cli?). Which method should I be using in an admin role? What happens if I use both?
If you use hotdeploy your application will stay in “deployments”, otherwise if you use cli your application will stay in “data” folder.
You can use hotdeploy or cli deploy both, last deployed is the current.
here the documentation about deploy command: