Opti.Cli.Client
1.0.0
See the version list below for details.
dotnet tool install --global Opti.Cli.Client --version 1.0.0
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Opti.Cli.Client --version 1.0.0
#tool dotnet:?package=Opti.Cli.Client&version=1.0.0
nuke :add-package Opti.Cli.Client --version 1.0.0
Opti CLI
A Command Line Interface tool to scaffold pages and blocks for EPiServer/Optimizely CMS (And more stuff soon!)
How to use it?
You can use the tool easily in an easy-to-remember format:
opti generate page TestPage
You can even use it without typing the whole command:
opti g page TestPage
opti ge page TestPage
opti gen page TestPage
This command will autocomplete to this:
opti generate page TestPage
You can also skip the type of content to create, or the suffix:
opti g p Test
These commands will autocomplete to this:
opti generate page TestPage
When executed, this command will generate the page class, controller and view! (And a view model if you use a flag. Isn't this great!?)
Do we have flags to customize the output?
This section will be written soon!
How to install it?
This section will be written soon!
How to update it?
This section will be written soon!
How to uninstall it?
This section will be written soon!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
This package has no dependencies.