Skip to content

Commit

Permalink
docs: Add CommandResult description
Browse files Browse the repository at this point in the history
  • Loading branch information
albertorm95 committed Dec 19, 2022
1 parent dc4b540 commit d6d8977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/events/command/project_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
// be executed for a project.
type ProjectContext struct {
CommandName Name
// wip
// CommandResult represent the Terraform outputs after the command execution.
CommandResult ProjectResult
// ApplyCmd is the command that users should run to apply this plan. If
// this is an apply then this will be empty.
Expand Down

0 comments on commit d6d8977

Please sign in to comment.