2
can anyone help me to write a command to publish the app file (signed app) to my cloud sandbox environment with Command prompt? - can we have this out of the box available?

also, I have gone through the link which helps to upload the app to Sandbox, but now searching for a command which can be used from command prompt / PS - https://community.dynamics.com/business/f/dynamics-365-business-central-forum/298407/upload-local-extensions-in-sandbox

I have already used VS code to publish to my sandbox, but now want to use command prompt or PowerShell to publish my app to the Sandbox environment.

--------------------------------------------

VS code :
{
"version": "0.2.0",
"configurations": [
{
"type": "al",
"request": "launch",
"name": "my app",
"server": "https://businesscentral.dynamics.com//Sandbox",
"schemaUpdateMode" : "ForceSync"
}
]
}
Category: Development
STATUS DETAILS
Completed
Ideas Administrator

Thank you for this suggestion! 

You can now use the BcContainerHelper to do that, e.g., manually or as part of a CICD pipeline:

Best regards,
Business Central Team