Commit Graph

34 Commits

Author SHA1 Message Date
1e4fc8539b chore: remove extra comments from files 2025-09-30 21:18:08 +05:30
99978d44b6 chore: add build instructions to README 2025-09-30 19:43:22 +05:30
13225f9075 build: add correct build paths to makefile and add gitignore file 2025-09-30 19:41:00 +05:30
2253ec68d1 chore: add LICENSE and README 2025-09-30 19:38:16 +05:30
29f50ba2dd feat: implement export command 2025-09-28 19:03:37 +05:30
bc67eae7c7 feat: test duplicate project and env name 2025-09-28 11:05:41 +05:30
9eaa34d7fe refactor: move db related functions to db.go 2025-09-28 10:55:48 +05:30
f96a917fea feat: cant switch if only one env exists 2025-09-28 10:55:23 +05:30
cebe995c61 feat: cant pin if only pne env exists 2025-09-28 10:55:07 +05:30
c6f634e5cc feat: implement edit command 2025-09-28 10:40:33 +05:30
cf67f81eb1 feat: implement pretty command 2025-09-28 10:26:08 +05:30
e0dc9b7342 feat: refactor env file when creating environment 2025-09-28 10:24:53 +05:30
df2b446907 build: minor fixes and build optimization 2025-09-26 11:30:16 +05:30
e5a002e4b4 feat: implement fetch command 2025-09-26 10:48:35 +05:30
ed9201851e feat: implement update command and add error check for toml key access 2025-09-25 23:52:13 +05:30
54c23bad6f feat: add current environment tracker 2025-09-25 23:26:35 +05:30
645418fe79 fix: invert comment logic 2025-09-25 22:58:22 +05:30
96bed0abdc feat: change project config file name to envy.toml 2025-09-25 22:51:05 +05:30
2a65f855ae refactor: remove gorm logging 2025-09-25 22:38:27 +05:30
da2a040581 feat: implement switch command 2025-09-25 22:38:14 +05:30
e1d64e5750 feat: add env parsing before creating environment 2025-09-25 22:25:03 +05:30
22895f0192 build: separate dev and basic prod commands 2025-09-25 22:17:31 +05:30
81c9b310cb build: add extra flags to Makefile 2025-09-24 12:24:18 +05:30
e71f4f4e26 feat: implement pin command 2025-09-24 12:24:01 +05:30
a7b55fc080 feat: add helper functions for file and db ops and integrate them in
commands
2025-09-24 11:52:25 +05:30
452fded733 fix: modify list command output 2025-09-23 23:31:44 +05:30
1c9582fbf9 feat: implement list command 2025-09-23 23:28:06 +05:30
3752e12919 fix: remove active field in environment 2025-09-23 16:27:28 +05:30
4f63215fba feat: implement create command for environments 2025-09-23 16:26:31 +05:30
a582636e16 feat: implement create command 2025-09-22 23:38:55 +05:30
eb79ba5634 fix: db path in utils 2025-09-22 22:39:09 +05:30
d150af5d10 fix: migration not applying on db 2025-09-22 22:33:05 +05:30
13702d117a feat: add init command and setup db 2025-09-22 21:13:17 +05:30
1847b1795d init: initial commit 2025-09-22 19:43:44 +05:30