Documentation ¶
Overview ¶
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Index ¶
- func AddCommand() *cobra.Command
- func ApplyCommand() *cobra.Command
- func EjectCommand() *cobra.Command
- func Execute(ctx context.Context, args []string) int
- func InitCommand() *cobra.Command
- func Main()
- func ManCommand() *cobra.Command
- func RemoveCommand() *cobra.Command
- func RepoAddCmd() *cobra.Command
- func RepoCmd() *cobra.Command
- func RepoShowCmd() *cobra.Command
- func RootCmd() *cobra.Command
- func SearchCommand() *cobra.Command
- func ShowCmd() *cobra.Command
- func SyncCmd() *cobra.Command
- func UpdateCommand() *cobra.Command
- func VersionCmd() *cobra.Command
- type ConfigStatus
- type FlakeStatus
- type Fleek
- type GitStatus
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommand ¶
func ApplyCommand ¶
func EjectCommand ¶
func InitCommand ¶
func ManCommand ¶ added in v0.6.0
func RemoveCommand ¶
func RepoAddCmd ¶
func RepoShowCmd ¶
func SearchCommand ¶
func UpdateCommand ¶
func VersionCmd ¶ added in v0.6.0
Types ¶
type ConfigStatus ¶
type ConfigStatus int
const ( ConfigNone ConfigStatus = iota ConfigExists )
func (ConfigStatus) String ¶
func (c ConfigStatus) String() string
type FlakeStatus ¶
type FlakeStatus int
const ( FlakeNone FlakeStatus = iota FlakeExists FlakeDirty FlakeBehind FlakeAhead FlakeDiverged )
func (FlakeStatus) String ¶
func (f FlakeStatus) String() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.