Skip to content

Commit

Permalink
WIP: export to env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
aaanh committed May 2, 2024
1 parent 671ee02 commit 7b33a45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.env*local
.env
build
5 changes: 5 additions & 0 deletions app/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ func updateStates(config *structs.Config) {
}
}

func exportEnvironmentVariables(config *structs.Config) {
// To be implemented
return
}

func viewCurrentConfigs(cfg *structs.Config) {
fmt.Printf("\n\n")
fmt.Println("=== Configurations and Keys ===")
Expand Down

0 comments on commit 7b33a45

Please sign in to comment.