sync

package
v0.0.0-...-7c47925 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SyncCmd = &cobra.Command{
	Use:   "sync",
	Short: "A set of commands for interacting with kaskada resources as code",
}

SyncCmd represents the sync command

Functions

This section is empty.

Types

type CompareResult

type CompareResult int
const (
	Error   CompareResult = 0
	Skip    CompareResult = 1
	Create  CompareResult = 2
	Replace CompareResult = 3
)

Jump to

Keyboard shortcuts

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