KubeOps.Cli 8.0.0-pre.2

This is a prerelease version of KubeOps.Cli.
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global KubeOps.Cli --version 8.0.0-pre.2
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local KubeOps.Cli --version 8.0.0-pre.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=KubeOps.Cli&version=8.0.0-pre.2&prerelease
                    
nuke :add-package KubeOps.Cli --version 8.0.0-pre.2
                    

this project is the CLI of kubeops. used for all generation commands (generate crds and such)

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
9.3.0 1,056 12 days ago
9.2.0 2,433 2 months ago
9.1.5 6,147 7 months ago
9.1.4 1,732 7 months ago
9.1.3 20,260 9 months ago
9.1.2 2,984 10 months ago
9.1.1 937 5/22/2024
9.1.0 1,217 5/15/2024
9.0.2 221 5/13/2024
9.0.0 5,748 3/13/2024
9.0.0-pre.4 119 4/19/2024
9.0.0-pre.3 113 3/21/2024
9.0.0-pre.2 125 3/13/2024
9.0.0-pre.1 127 3/7/2024
8.0.2-pre.2 179 2/21/2024
8.0.2-pre.1 125 2/19/2024
8.0.1 2,720 2/13/2024
8.0.1-pre.7 99 2/12/2024
8.0.1-pre.6 88 2/7/2024
8.0.1-pre.5 112 2/5/2024
8.0.1-pre.4 83 1/31/2024
8.0.1-pre.3 89 1/26/2024
8.0.1-pre.2 89 1/25/2024
8.0.1-pre.1 86 1/18/2024
8.0.0 732 1/17/2024
8.0.0-pre.45 84 1/17/2024
8.0.0-pre.44 94 1/16/2024
8.0.0-pre.43 71 1/16/2024
8.0.0-pre.42 108 1/10/2024
8.0.0-pre.41 171 1/2/2024
8.0.0-pre.40 141 12/27/2023
8.0.0-pre.39 110 12/21/2023
8.0.0-pre.38 157 12/6/2023
8.0.0-pre.37 111 12/6/2023
8.0.0-pre.36 97 12/3/2023
8.0.0-pre.35 119 11/28/2023
8.0.0-pre.34 126 11/24/2023
8.0.0-pre.33 88 11/24/2023
8.0.0-pre.32 92 11/23/2023
8.0.0-pre.31 91 11/23/2023
8.0.0-pre.30 94 11/23/2023
8.0.0-pre.29 104 11/11/2023
8.0.0-pre.28 85 11/8/2023
8.0.0-pre.27 163 10/23/2023
8.0.0-pre.26 98 10/19/2023
8.0.0-pre.25 99 10/18/2023
8.0.0-pre.24 117 10/13/2023
8.0.0-pre.23 103 10/13/2023
8.0.0-pre.22 107 10/13/2023
8.0.0-pre.21 111 10/12/2023
8.0.0-pre.20 96 10/11/2023
8.0.0-pre.19 108 10/9/2023
8.0.0-pre.18 91 10/9/2023
8.0.0-pre.17 95 10/7/2023
8.0.0-pre.16 106 10/6/2023
8.0.0-pre.15 100 10/6/2023
8.0.0-pre.14 90 10/5/2023
8.0.0-pre.13 88 10/5/2023
8.0.0-pre.12 88 10/4/2023
8.0.0-pre.11 97 10/3/2023
8.0.0-pre.10 103 10/3/2023
8.0.0-pre.9 106 10/3/2023
8.0.0-pre.8 96 10/2/2023
8.0.0-pre.7 100 10/2/2023
8.0.0-pre.6 112 9/29/2023
8.0.0-pre.5 85 9/28/2023
8.0.0-pre.4 90 9/28/2023
8.0.0-pre.3 102 9/27/2023
8.0.0-pre.2 76 9/26/2023
8.0.0-pre.1 83 9/22/2023

'# [8.0.0-pre.2](https://github.com/buehler/dotnet-operator-sdk/compare/v8.0.0-pre.1...v8.0.0-pre.2) (2023-09-26)


### Code Refactoring

* Transpilation and conversion of objects ([#614](https://github.com/buehler/dotnet-operator-sdk/issues/614)) ([ca59816](https://github.com/buehler/dotnet-operator-sdk/commit/ca59816fac06c80c7702c37ccbd5495dc8ba1ab6))


### BREAKING CHANGES

* This removes the entity and rbac conversion
from the operator package and extracts them into their own
`KubeOps.Transpiler` package. All static methods there
are used for transpilation of the entities and rbac attributes.
Additional logic for Lease, events and such will reside
in the CLI.



'