Power Platform Perspectives // dev · build · ship

XrmToolBox Plugin

Power Platform CLIx XTB

Power Platform CLIx (or "Clix" for short) lets you explore and run Power Platform CLI cmdlets through a graphical interface inside XrmToolBox. Browse, search, and execute commands without writing a single line of code. You can view parameters, documentation, and output for each cmdlet.

How to Use CLIx

Launch CLIx from XrmToolBox and start exploring the available cmdlets. Here is the main interface:

CLIx main interface screenshot

CLIx has three main panels:

To run a cmdlet, select it from the list, provide any arguments, and click Run in the menu. You can usually try running without arguments first — any required parameters will be reported in the output. You can also type a command directly into the command textbox.

The menu also lets you choose from existing authentication profiles to switch environments, or sync the CLI connection to the current XrmToolBox connection. If CLIx can't find a matching connection, it will prompt you to create one using the auth > create cmdlet with values pre-filled from the current XrmToolBox connection.

CLIx authentication and version selection screenshot

You can also install and run commands from any published version of the Power Platform CLI by selecting the version from the CLI Version dropdown. This lets you try newer versions while being able to roll back if something breaks.

Have issues or feedback? Open an issue on GitHub — I'd love to hear from you.