package
0.7.0
Repository: https://github.com/aws/copilot-cli.git
Documentation: pkg.go.dev

# Functions

IsInGitRepository returns true if the current working directory is a git repository.
New returns a workspace, used for reading and writing to user's local workspace.
RelPath returns the path relative to the current working directory.

# Constants

CopilotDirName is the name of the directory where generated infrastructure code for an application will be stored.
SummaryFileName is the name of the file that is associated with the application.

# Variables

ErrNoPipelineInWorkspace means there was no pipeline manifest in the workspace dir.

# Structs

ErrFileExists means we tried to create an existing file.
Summary is a description of what's associated with this workspace.
Workspace typically represents a Git repository where the user has its infrastructure-as-code files as well as source files.

# Interfaces

FileStat wraps the os.Stat function.