Deploying using authentication profiles
After you have successfully created an authentication profile, you can start publishing your code components to a Dataverse environment with all the latest changes. This is possible due to the push command provided by the framework. The push command speeds up the development cycle because it bypasses the code component versioning requirement and does not require that you build your solution project (cdsproj) to import the code component.
We will first look at the approach for deployment using Power Apps CLI and later look at the deployment process using PCF Builder.
Deploying using Power Apps CLI
Power Apps CLI provides us with a command that allows us to deploy our code component to a Dataverse environment. When the command is executed, the tool builds the component project that generates the bundle.js file in the out directory, followed by building a temporary solution that contains the code component, which is then deployed to the...