Creating a Gen Page using Copilot CLI
In a previous post we looked at creating Gen Pages using VS Code. In this post, we will look at how to do this using the Copilot CLI. First, install and configure the Copilot CLI. Once complete, run copilot to start the CLI and log into GitHub with login: copilot To use gen pages, we’re going to run the command: /genpage Our AI comes back with: And we’re now prompted … Continue reading Creating a Gen Page using Copilot CLI
The post Creating a Gen Page using Copilot CLI appeared first on Carl de Souza.
Published on:
Learn moreWe can help you with Creating a Gen Page using Copilot CLI
If you want help implementing, troubleshooting, or improving this product, contact us and we’ll point you in the right direction.
Related posts
Using AI to Build Power Apps with Gen Pages
Microsoft has made several advancements when it comes to using AI to build Power Apps. In this post, we will look at Generative Pages, or Gen ...
How to Install and Use Copilot CLI
Copilot CLI is GitHub’s command line tool that helps you build and manage code. To install Copilot CLI, go to https://github.com/feature...
How to Install GitHub Copilot in VS Code
To install GitHub Copilot in VS Code, open VS Code and go to Extensions on the left, then search for GitHub Copilot. Note the “GitHub Co...
Using the Microsoft Learn MCP Server
Did you know Microsoft Learn, the site which contains a ton of information on implementing Microsoft technologies, has an MCP Server? This mea...
Creating an Agent with Actions in Azure AI Foundry
Azure AI Foundry is an Azure service where you can create agents using various LLMs (including your own). In this post we will look at how to ...
How to use Multistep Forms in Power Pages
If you're looking to capture information from users on a Power Pages site, multistep forms are the way to go. In this post, we'll explore how ...
Adding a Modern List to a Power Pages Form
Power Pages have recently introduced modern lists that come with several new features. In this post, we'll explore how to implement a modern l...
Displaying Power BI Reports in Power Pages
If you want to give your portal users access to the rich reporting features of Power BI, displaying your Power BI reports in Power Pages can b...
Integrating Power BI Reporting with Dynamics 365 (2024)
In this post, the focus is on integrating Power BI Reporting with Dynamics 365 in 2024. To begin with, you need to create a new Power BI works...
Creating Service Principals Really Easily Using Pac Cli
Creating a service principal in Azure is a crucial step when integrating with Dynamics 365. This process can be quite tedious, involving multi...