Skip to content

Commit

Permalink
cmd/atlas/cloudapi: add default atlas dir (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m committed Sep 3, 2023
1 parent 7458208 commit e5391bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/atlas/internal/cloudapi/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ const (
defaultURL = "https://api.atlasgo.cloud/query"
// DefaultProjectName is the default name for projects.
DefaultProjectName = "default"
// DefaultDirName is the default directory for reporting
// if no directory was specified by the user.
DefaultDirName = ".atlas"
)

// Client is a client for the Atlas Cloud API.
Expand Down

0 comments on commit e5391bc

Please sign in to comment.