act/cmd
hackercat 4125812a63
Refactor `.actrc` locations and default image survey (#600)
* refactor: move survey/cfgs into own funcs, read XDG base dirs for config

Moved actrc locations to own func since it can be reused.
Moved survey part to own func due to high cyclomatic complexity.
Added XDG config dir to config locations.
Replaced using HOME envvar with go-homedir module since it's already
an indirect dependency and handles home directories better
for each GOOS.

* refactor: use `go-homedir`, check if XDG var is not empty
2021-04-05 08:51:13 -07:00
..
graph.go successfully able to run simple workflows 2020-02-20 21:05:25 -05:00
input.go Add option to run custom architecture (container platform) (#525) 2021-03-28 21:08:40 -07:00
list.go Simpler list view (#382) 2020-10-12 10:26:22 -07:00
platforms.go Update Docker images (#524) 2021-02-23 09:49:24 -08:00
root.go Refactor `.actrc` locations and default image survey (#600) 2021-04-05 08:51:13 -07:00
secrets.go Make all secrets case insensitive by formatting them to uppercase (#470) 2021-01-12 09:54:53 -08:00