Description from extension meta
Adds custom Deploy and Save Work buttons to the PowerApps Solutions page.
Image from store
Description from store
The Chrome Extensions will create 2 buttons on our Power Platform IDE.
Save Button
-------------------------
Function: Adds the solution to GitHub.
Detailed Description:
When clicked, this button commits the current state of the solution (code, configuration, documentation, etc.) to a GitHub repository.
It typically performs the following actions:
Stages all relevant changes.
Commits the changes with a message (often auto-generated or user-defined).
Pushes the commit to a specific branch in the GitHub repository.
This ensures that the solution is version-controlled and safely stored in the cloud, making it accessible to collaborators and traceable over time.
Use Case: Ideal for saving progress, backing up work, or preparing for a code review or pull request.
Release Button
------------------------------------
Function: Deploys the solution to all development environments and UAT environment.
Detailed Description:
When clicked, this button initiates a deployment pipeline that pushes the current solution to all configured development environments.
It may include steps such as:
Building the solution (compiling code, bundling assets, etc.).
Deploying the build artifacts to Dev and UAT environments
Notifying stakeholders or logging the deployment status.
Use Case: Used when the solution is ready for testing or demonstration in a development setting. It ensures all dev environments are synchronized with the latest version.
Statistics
Installs
12
history
Category
Rating
0.0 (0 votes)
Last update / version
2025-07-24 / 2.1
Listing languages
en-US