config

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConfigFileName = "config.json"
	ConfigFileDir  = ".alpacon"
)

Variables

This section is empty.

Functions

func CreateConfig

func CreateConfig(workspaceURL, workspaceName, token, expiresAt, accessToken, refreshToken string, expiresIn int, insecure bool) error

func DeleteConfig

func DeleteConfig() error

func SaveRefreshedAuth0Token

func SaveRefreshedAuth0Token(accessToken string, expiresIn int) error

Types

type Config

type Config struct {
	WorkspaceURL         string `json:"workspace_url"`
	WorkspaceName        string `json:"workspace_name"`
	Token                string `json:"token,omitempty"`
	ExpiresAt            string `json:"expires_at,omitempty"`
	AccessToken          string `json:"access_token,omitempty"`
	RefreshToken         string `json:"refresh_token,omitempty"`
	AccessTokenExpiresAt string `json:"access_token_expires_at,omitempty"`
	Insecure             bool   `json:"inscure"`
}

Config describes the configuration for Alpacon CLI

func LoadConfig

func LoadConfig() (Config, error)

Jump to

Keyboard shortcuts

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