ExaminePeek 1.0.0-beta001
See the version list below for details.
dotnet add package ExaminePeek --version 1.0.0-beta001
NuGet\Install-Package ExaminePeek -Version 1.0.0-beta001
<PackageReference Include="ExaminePeek" Version="1.0.0-beta001" />
paket add ExaminePeek --version 1.0.0-beta001
#r "nuget: ExaminePeek, 1.0.0-beta001"
// Install ExaminePeek as a Cake Addin #addin nuget:?package=ExaminePeek&version=1.0.0-beta001&prerelease // Install ExaminePeek as a Cake Tool #tool nuget:?package=ExaminePeek&version=1.0.0-beta001&prerelease
Examine Peek
<img src="https://raw.githubusercontent.com/warrenbuckley/Examine-Peek/main/.github/ExaminePeek.Icon.png" alt="Examine Peek for Umbraco" height="150" align="right">
[!WARNING] As Umbraco V14 is still in a BETA phase, to install this Nuget Package into your Umbraco site, you will need to have the Umbraco MyGet feed added to your Nuget Feed
dotnet nuget add source "https://www.myget.org/F/umbracoprereleases/api/v3/index.json" -n "Umbraco Prereleases"
What is Examine Peek ?
It is a simple package to help view a specific Umbraco content node and see its stored values in the Umbraco External Examine index and was a good first use case of learning how to build a simple Umbraco package for V14.
Why?
Well if you use Examine and are storing custom fields and values against your content node in the Umbraco External index, you may wish to quickly view and debug what is stored in the Examine index. This saves you browsing to the Settings → Examine dashboard and performing a search query to find the exact document you wish to view
How do I use it?
After installation then all Umbraco content nodes will add a new Context Action
on the right click of the tree or the actions menu.
Open API specification
You can view the Open API definition at this URL https://localhost:44365/umbraco/swagger/ExaminePeek/swagger.json
Alternatively you can browse the Open API definitions in your Umbraco site, including the Examine Peek Package API
definition using the Swagger UI by visiting this url https://localhost:44365/umbraco/swagger
This allows you to try out the API requests directly in the browser and see the responses, ideal for debugging or consuming the API in an alternative way
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Umbraco.Cms.Api.Common (>= 14.0.0-beta001)
- Umbraco.Cms.Api.Management (>= 14.0.0-beta001)
- Umbraco.Cms.Web.Website (>= 14.0.0-beta001)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.1 | 111 | 5/30/2024 |
1.0.0 | 148 | 4/17/2024 |
1.0.0-beta003 | 107 | 4/11/2024 |
1.0.0-beta002 | 108 | 3/26/2024 |
1.0.0-beta001 | 117 | 3/17/2024 |