{"id":22695912,"url":"https://github.com/rajyraman/power-platform-cli-completion","last_synced_at":"2025-10-19T17:23:37.007Z","repository":{"id":64971317,"uuid":"579144149","full_name":"rajyraman/power-platform-cli-completion","owner":"rajyraman","description":"Add auto completions for Power Platform CLI when using PowerShell","archived":false,"fork":false,"pushed_at":"2023-11-23T23:17:46.000Z","size":104,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T20:21:51.003Z","etag":null,"topics":["pac","powerapps","powerplatform"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":false,"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}},"created_at":"2022-12-16T19:18:52.000Z","updated_at":"2024-12-16T17:47:45.000Z","dependencies_parsed_at":"2023-11-24T00:23:45.414Z","dependency_job_id":null,"html_url":"https://github.com/rajyraman/power-platform-cli-completion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajyraman%2Fpower-platform-cli-completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajyraman%2Fpower-platform-cli-completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajyraman%2Fpower-platform-cli-completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajyraman%2Fpower-platform-cli-completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajyraman","download_url":"https://codeload.github.com/rajyraman/power-platform-cli-completion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248658532,"owners_count":21140959,"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":["pac","powerapps","powerplatform"],"created_at":"2024-12-10T04:12:18.693Z","updated_at":"2025-10-19T17:23:31.939Z","avatar_url":"https://github.com/rajyraman.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Power Platform CLI - Code Completion\n\nAdd Code Completion on Power Platform CLI using PowerShell. PAC [JSON](./PowerPlatformCLIAutoComplete/pac.doc.json) file is from pac release [1.29.6](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/1.29.6) released on 14-Nov-2023.\n\n# Installation\n\n```powershell\nInstall-Module -Name PowerPlatformCLIAutoComplete; Import-Module -Name PowerPlatformCLIAutoComplete;\n```\nIf you have organization restrictions for installing PowerShell modules globally, install it in the scope of the current user like below.\n\n```powershell\nInstall-Module -Name PowerPlatformCLIAutoComplete -Scope CurrentUser; Import-Module -Name PowerPlatformCLIAutoComplete;\n```\n\nOnce you have installed the module, add the `Import-Module` to your PowerShell profile. Open your profile in PowerShell by running the command below.\n\n```\nnotepad $profile\n```\n\nThen add this line in the end to import the auto-complete module.\n\n```powershell\nImport-Module -Name PowerPlatformCLIAutoComplete\n```\nBelow is a sample PowerShell profile that I use.\n\n```powershell\nImport-Module posh-git\nImport-Module PSReadLine\nImport-Module Terminal-Icons\nSet-PSReadLineOption -PredictionSource HistoryAndPlugin\nSet-PSReadLineOption -PredictionViewStyle ListView\nImport-Module -Name PowerPlatformCLIAutoComplete\nImport-Module F7History\noh-my-posh init pwsh --config \"$env:POSH_THEMES_PATH/cloud-native-azure.omp.json\" | Invoke-Expression\n```\n\nThis will ensure that you will get auto-complete for Power Platform CLI everytime your start a new PowerShell terminal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajyraman%2Fpower-platform-cli-completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajyraman%2Fpower-platform-cli-completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajyraman%2Fpower-platform-cli-completion/lists"}