The slctl plugin to view the contacts details in SoftLeader organization
$ slctl plugin install github.com/softleader/slctl-contacts列出所有公司員工通訊錄
$ slctl contacts可以使用員工姓名(模糊查詢), 或員工編號(完整查詢)過濾資料
$ slctl contacts matt
$ slctl contacts 33預設是垂直顯示通訊錄資料, 傳入 --horizontal 可改成水平顯示
$ slctl contacts -H傳入 --all 可以查詢包含非 active 的員工通訊錄, e.g. 已離職員工
$ slctl contacts -aThis project uses GoReleaser and GitHub Actions for automated releases.
To release a new version:
- Push a new tag (e.g.,
v0.1.4). - GitHub Actions will automatically build binaries for Linux, Windows, and macOS (amd64/arm64) and attach them to the GitHub Release.
Manual release via GoReleaser (for testing):
goreleaser release --snapshot --clean