Documentation
¶
Overview ¶
Package project implements the "circleci project" command group.
Index ¶
- func NewEnvDeleteCmd() *cobra.Command
- func NewEnvListCmd() *cobra.Command
- func NewEnvSetCmd() *cobra.Command
- func NewGetCmd(use string) *cobra.Command
- func NewProjectCmd() *cobra.Command
- func RunEnvDelete(ctx context.Context, client *apiclient.Client, projectSlug, name string, ...) error
- func RunEnvList(ctx context.Context, client *apiclient.Client, projectSlug string, ...) error
- func RunEnvSet(ctx context.Context, client *apiclient.Client, projectSlug, name, value string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEnvDeleteCmd ¶
NewEnvDeleteCmd returns the env delete command. Exported so the top-level alias in internal/cmd/env/ can reuse it.
func NewEnvListCmd ¶
NewEnvListCmd returns the env list command. Exported so the top-level alias in internal/cmd/env/ can reuse it directly.
func NewEnvSetCmd ¶
NewEnvSetCmd returns the env set command. Exported so the top-level alias in internal/cmd/env/ can reuse it.
func NewProjectCmd ¶
NewProjectCmd returns the "circleci project" parent command.
func RunEnvDelete ¶
func RunEnvDelete(ctx context.Context, client *apiclient.Client, projectSlug, name string, force bool) error
RunEnvDelete is the business logic for deleting an env var.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.