project

package
v1.0.48365 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2026 License: MIT Imports: 21 Imported by: 0

Documentation

Overview

Package project implements the "circleci project" command group.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewEnvDeleteCmd

func NewEnvDeleteCmd() *cobra.Command

NewEnvDeleteCmd returns the env delete command. Exported so the top-level alias in internal/cmd/env/ can reuse it.

func NewEnvListCmd

func NewEnvListCmd() *cobra.Command

NewEnvListCmd returns the env list command. Exported so the top-level alias in internal/cmd/env/ can reuse it directly.

func NewEnvSetCmd

func NewEnvSetCmd() *cobra.Command

NewEnvSetCmd returns the env set command. Exported so the top-level alias in internal/cmd/env/ can reuse it.

func NewGetCmd

func NewGetCmd() *cobra.Command

func NewProjectCmd

func NewProjectCmd() *cobra.Command

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.

func RunEnvList

func RunEnvList(ctx context.Context, client *apiclient.Client, projectSlug string, jsonOut bool) error

RunEnvList is the business logic for listing env vars. Exported for reuse by the top-level circleci env alias.

func RunEnvSet

func RunEnvSet(ctx context.Context, client *apiclient.Client, projectSlug, name, value string) error

RunEnvSet is the business logic for setting an env var.

Types

This section is empty.

Jump to

Keyboard shortcuts

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