resolve

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2025 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = cobra.Command{
	Use:   "resolve",
	Short: "Resolves a lua system configuration into a migration script",
	Run: func(cmd *cobra.Command, args []string) {
		writeResolution(resolve(readState()))
		println("Done")
	},
}

Functions

This section is empty.

Types

type Flags

type Flags struct {
	// contains filtered or unexported fields
}

type Resolution

type Resolution struct {
	// contains filtered or unexported fields
}

Represents the 'resolution' of a system script: migration script + sync script + next state

Jump to

Keyboard shortcuts

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