{"id":16630175,"url":"https://github.com/anoopt/ppcli.powershell.predictor","last_synced_at":"2025-10-30T03:31:59.856Z","repository":{"id":65256385,"uuid":"541517815","full_name":"anoopt/PPCLI.PowerShell.Predictor","owner":"anoopt","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-02T01:34:46.000Z","size":560,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-02T06:11:23.678Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anoopt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-09-26T09:59:41.000Z","updated_at":"2025-02-02T01:34:49.000Z","dependencies_parsed_at":"2023-02-12T13:48:13.068Z","dependency_job_id":"32490691-8cad-403f-a609-7a2fef55d15c","html_url":"https://github.com/anoopt/PPCLI.PowerShell.Predictor","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/anoopt%2FPPCLI.PowerShell.Predictor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anoopt%2FPPCLI.PowerShell.Predictor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anoopt%2FPPCLI.PowerShell.Predictor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anoopt%2FPPCLI.PowerShell.Predictor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anoopt","download_url":"https://codeload.github.com/anoopt/PPCLI.PowerShell.Predictor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238930130,"owners_count":19554122,"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":[],"created_at":"2024-10-12T04:45:23.358Z","updated_at":"2025-10-30T03:31:54.549Z","avatar_url":"https://github.com/anoopt.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Power Platform CLI PowerShell Predictor module\n\n## Overview\n\n[Power Platform CLI PowerShell Predictor](https://www.powershellgallery.com/packages/PowerPlatform.CLI.PowerShell.Predictor/) is a PowerShell\nmodule that helps you navigate the cmdlets and parameters of\n[Power Platform CLI](https://learn.microsoft.com/en-us/power-platform/developer/cli/introduction) in PowerShell. It provides suggestions for command completion when using Power Platform CLI cmdlets in PowerShell.\n\nPower Platform CLI PowerShell Predictor uses the\n[subsystem plugin model](/powershell/scripting/learn/experimental-features#pssubsystempluginmodel)\navailable in PowerShell 7.2. This updated version requires\n[PSReadLine 2.2.2](https://www.powershellgallery.com/packages/PSReadLine/2.2.2) or higher to display\nsuggestions.\n\n![demo](./assets/demo.gif)\n\n## Requirements\n\nRequired configuration for SPO PowerShell Predictor:\n\n- [PowerShell 7.2](https://github.com/PowerShell/PowerShell/) or higher\n- [PSReadline 2.2.2](https://github.com/PowerShell/PSReadLine/) or higher\n\nInstall the latest version of PSReadLine:\n\n```powershell\nInstall-Module -Name PSReadline\n```\n\n#### Set preferred source and view for suggestions\n\nEnable predictions from history and plugins\n\n```powershell\nSet-PSReadLineOption -PredictionSource HistoryAndPlugin\n```\n\nEnable list view:\n\n```powershell\nSet-PSReadLineOption -PredictionViewStyle ListView\n```\n\n## Getting started\n\n### Install Power Platform CLI PowerShell Predictor\n\nTo install the PowerPlatform.CLI.PowerShell.Predictor PowerShell module run the following\n\n```powershell\nInstall-Module -Name PowerPlatform.CLI.PowerShell.Predictor\n```\n\n### Import Power Platform CLI PowerShell Predictor\n\nTo import the Power Platform CLI PowerShell Predictor PowerShell module in the current session run the following\n\n```powershell\nImport-Module -Name PowerPlatform.CLI.PowerShell.Predictor\n```\n\n### Use Power Platform CLI PowerShell Predictor\n\nOnce imported, start typing Power Platform CLI cmdlet (e.g. `pac admin...`) and see the predictions loading.\n\n## Uninstallation\n\nOnce installed and enabled, Power Platform CLI PowerShell Predictor is loaded in the PowerShell profile.\nTo uninstall the PowerPlatform.CLI.PowerShell.Predictor module:\n\n1. Close **all** PowerShell sessions including VS Code.\n\n1. Launch a PowerShell session with no profile.\n\n   ```powershell\n   pwsh -noprofile\n   ```\n\n1. Uninstall Power Platform CLI PowerShell Predictor\n\n   ```powershell\n   Uninstall-Module -Name PowerPlatform.CLI.PowerShell.Predictor -Force\n   ```\n\n1. Close PowerShell","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanoopt%2Fppcli.powershell.predictor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanoopt%2Fppcli.powershell.predictor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanoopt%2Fppcli.powershell.predictor/lists"}