operator-sdk-manager

command module
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

README

Operator SDK Manager & Golang

Version Manager for operator-sdk & golang

Overview

This project is used for managing multiple version of operator-sdk cli tool. It allows to install & switch between versions

Usage:

operator-sdk-manager [command]

Example

operator-sdk

  //Dowloading version v0.17.0
  $operator-sdk-manager install v0.17.0
  
  //Setting version v0.17.0
  $operator-sdk-manager set v0.17.0
  
  //Run operator-sdk
  $operator-sdk version 
  > operator-sdk version: "v0.17.0"

golang

  //Dowloading version golang 1.14.1
  $operator-sdk-manager install go 1.14.1
  
  //Setting version 1.14.1
  $operator-sdk-manager set go 1.14.1
  
  //check go version
  $go version

Install the Operator SDK Manager CLI

Installation guide: install-operator-sdk-manage

Features

version manager for operator-sdk

Usage:
  operator-sdk-manager [command]

Available Commands:
  diff        diff between operators generated by version v1 and v2 of operator-sdk
  help        Help about any command
  install     install version of operator-sdk
  list        list all installed versions
  search      search available version
  set         set as the operator-sdk version
  uninstall   uninstall the version of operator-sdk
  version     Prints the version of operator-sdk-manager

Flags:
      --config string   config file (default is $HOME/.osm/config.yaml)
  -h, --help            help for operator-sdk-manager

Documentation

Overview

Copyright © 2020 NAME HERE <EMAIL ADDRESS>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis
cmd
set

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL