config

package
v1.21.0-cadence-v1.0.0... Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:              "config",
	Short:            "Utilities to manage configuration",
	TraverseChildren: true,
}

Functions

func InitializeConfiguration added in v1.20.0

func InitializeConfiguration(params InitConfigParameters, readerWriter flowkit.ReaderWriter) (*flowkit.State, error)

InitializeConfiguration creates the Flow configuration json file based on the provided parameters.

Types

type InitConfigParameters added in v1.20.0

type InitConfigParameters struct {
	ServicePrivateKey  string
	ServiceKeySigAlgo  string
	ServiceKeyHashAlgo string
	Reset              bool
	Global             bool
	TargetDirectory    string
}

InitConfigParameters holds all necessary parameters for initializing the configuration.

Jump to

Keyboard shortcuts

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