sync

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PluginSync = plugins.NewPlugin(syncCmd, []string{"sync"})
View Source
var PluginSyncVercel = plugins.NewPlugin(vercelCmd, []string{"sync", "vercel"})

Functions

This section is empty.

Types

type VercelEnvResponse

type VercelEnvResponse struct {
	Envs []struct {
		ID  string `json:"id"`
		Key string `json:"key"`
	} `json:"envs"`
}

func (*VercelEnvResponse) KeyExists

func (v *VercelEnvResponse) KeyExists(key string) (string, bool)

Jump to

Keyboard shortcuts

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