···11+# If you prefer the allow list template instead of the deny list, see community template:
22+# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
33+#
44+# Binaries for programs and plugins
55+*.exe
66+*.exe~
77+*.dll
88+*.so
99+*.dylib
1010+1111+# Test binary, built with `go test -c`
1212+*.test
1313+1414+# Code coverage profiles and other test artifacts
1515+*.out
1616+coverage.*
1717+*.coverprofile
1818+profile.cov
1919+2020+# Dependency directories (remove the comment below to include it)
2121+# vendor/
2222+2323+# Go workspace file
2424+go.work
2525+go.work.sum
2626+2727+# env file
2828+.env
2929+3030+# Editor/IDE
3131+# .idea/
3232+# .vscode/
-8
cli/README.md
README.md
···77- View status
88- Basic CLI structure
991010-See [ROADMAP](../ROADMAP.md) for planned features.
1111-1210## Installation
13111412### From Source
···2826# See all commands
2927skycli --help
3028```
3131-3232-See [ROADMAP](../ROADMAP.md) for planned commands and features.
33293430## Development
3531···6763├── Taskfile.yaml # Task runner config
6864└── README.md # This file
6965```
7070-7171-## References
7272-7373-- [CLI ROADMAP](../ROADMAP.md) - Planned features