{"id":22695925,"url":"https://github.com/rajyraman/pac-crescendo","last_synced_at":"2025-03-29T18:10:46.804Z","repository":{"id":185578495,"uuid":"670034537","full_name":"rajyraman/pac-crescendo","owner":"rajyraman","description":"Crescendo module that wraps Power Platform CLI","archived":false,"fork":false,"pushed_at":"2023-08-10T23:12:20.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T18:50:58.595Z","etag":null,"topics":["crescendo","pac","power-apps","power-platform","powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rajyraman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-24T06:40:34.000Z","updated_at":"2023-08-04T07:35:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"c54891fa-3a76-463c-a195-fcd20b5a68eb","html_url":"https://github.com/rajyraman/pac-crescendo","commit_stats":null,"previous_names":["rajyraman/pac-crescendo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajyraman%2Fpac-crescendo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajyraman%2Fpac-crescendo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajyraman%2Fpac-crescendo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajyraman%2Fpac-crescendo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajyraman","download_url":"https://codeload.github.com/rajyraman/pac-crescendo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246223319,"owners_count":20743165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crescendo","pac","power-apps","power-platform","powershell"],"created_at":"2024-12-10T04:12:20.809Z","updated_at":"2025-03-29T18:10:46.772Z","avatar_url":"https://github.com/rajyraman.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Power Platform CLI - PowerShell\nThis is a PowerShell extension build using Crescendo to help power users run some pac commands quickly.\n\n# Pre-requisites\n\nInstall the following modules\n\n```powershell\nInstall-Module -Name Microsoft.PowerShell.TextUtility -AllowPrerelease -Scope CurrentUser\nInstall-Module -Name Microsoft.PowerShell.ConsoleGuiTools -Scope CurrentUser\n```\n\nSince this is a wrapper on top of Power Platform CLI, you'll also need to have pac in your machine. Please also run `pac auth create` once to create an auth profile for the Default Environment, so that you will have atleast one connection setup in your machine before you run the PowerShell commands.\n\n# Installation\n\nYou can now install the PACPowerShell module from [PowerShell Gallery](https://www.powershellgallery.com/packages/PACPowerShell/) by running\n\n```powershell\nInstall-Module -Name PACPowerShell -AllowPrerelease -Scope CurrentUser\n```\n# Available Commands\n\n| # | Command | Description |\n| :--- | :--- | :--- |\n| 1 | Add-AuthProfiles | Creates Auth profiles for all the environments that you have access. Access is determined by output of `pac org list` command |\n| 2 | Select-AuthProfile | Select a specific auth profile |\n| 3 | Get-UnmanagedSolutions | Displays the list of Unmanaged solutions for the current auth profile |\n| 4 | Get-ManagedSolutions | Displays the list of Managed solutions for the current auth profile |\n| 5 | Export-Solutions | Exports the selected Unmanaged solutions to the current folder |\n| 6 | Expand-Solutions | Exports the selected Unmanaged solutions and also unpacks it using `pac solution clone` |\n| 7 | Get-Users | Displays users along with their role |\n| 8 | Get-UsersInRole | Displays users who have a specific role. Use -Role argument to specific the role name e.g `Get-UsersInRole -Role \"System Administrator\"` |\n| 9 | Deploy-ManagedSolution | Take unmanaged solution from source environment and deploys it as Managed to a target environment |\n\n# Contributing\n\nInstall Crescendo using\n\n```powershell\nInstall-Module -Name Microsoft.PowerShell.Crescendo -AllowPrerelease\n```\n\nYou can add additional commands to [pac.crescendo.json](./pac.crescendo.json) and build the Crescendo module using\n\n```powershell\nExport-CrescendoModule -ConfigurationFile pac.crescendo.json -ModuleName PACPowerShell -Force; Import-Module ./PACPowerShell.psd1 -Force\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajyraman%2Fpac-crescendo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajyraman%2Fpac-crescendo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajyraman%2Fpac-crescendo/lists"}