Documentation
¶
Index ¶
- func CheckInitiatFileExists() (bool, error)
- func CreateInitiatFile(orgSlug, projectSlug string) error
- func GetDefaultProjectName() (string, error)
- func GetProjectContext(projectPath, org, project string) (*config.ProjectContext, error)
- func InitializeProjectKey(c *client.Client, store *storage.Storage, project *types.Project, ...) error
- func PromptForOrganization() (string, error)
- func PromptForProjectName() (string, error)
- type SetupDetails
- type SetupResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckInitiatFileExists ¶ added in v0.5.0
func CreateInitiatFile ¶ added in v0.5.0
func GetDefaultProjectName ¶ added in v0.5.0
func GetProjectContext ¶
func GetProjectContext(projectPath, org, project string) (*config.ProjectContext, error)
func InitializeProjectKey ¶ added in v0.5.0
func PromptForOrganization ¶ added in v0.5.0
func PromptForProjectName ¶ added in v0.5.0
Types ¶
type SetupDetails ¶ added in v0.5.0
type SetupResult ¶ added in v0.5.0
func SetupProject ¶ added in v0.5.0
func SetupProject(details SetupDetails) (*SetupResult, error)
Click to show internal directories.
Click to hide internal directories.