File tree Expand file tree Collapse file tree 7 files changed +36
-8
lines changed
Expand file tree Collapse file tree 7 files changed +36
-8
lines changed Original file line number Diff line number Diff line change 11
2+ 0.2.0
3+ =============
4+ 2025-12-10
5+
6+ * Update changelog for v0.2.0 (cf9e626c)
7+ * Bump version file to v0.2.0 (71406319)
8+ * [ Prototype] Implement pre-run hooks with .hooks.d support (#15 ) (bb4f689c)
9+ * Update README and add comprehensive documentation guides (b5d315d5)
10+ * Update README.md (248059fc)
11+ * Add notes on improvements in README (590825f0)
12+ * Update wrapper script to handle additional edge cases (5cae95a2)
13+ * Zero args to the wrapper means call help (#11 ) (32918d5f)
14+ * 0.1.3 release (7b3c373e)
15+
2160.1.3
317=============
4182024-08-09
881022024-08-03
89103
90104* Add changelog (b64a4d1b)
105+
106+ 0.0.1
107+ =============
108+ 2024-08-03
109+
91110* Inject TOME_ROOT and TOME_EXECUTABLE into context of scripts (40d37218)
92111* Enable script arguments auto completion (6663f167)
93112* Update README (b5a64ad1)
Original file line number Diff line number Diff line change 11- semver : 0.2.0
2- date : 2025-12-10T14:08:54 -05:00
2+ date : 2025-12-10T14:09:45 -05:00
33 packager :
Zander Hill <[email protected] > 44 changes :
5+ - commit : cf9e626ca61141cce8164054efc6a045251fd69d
6+ note : Update changelog for v0.2.0
7+ author :
8+ name : Zander Hill
9+ 10+ committer :
11+ name : Zander Hill
12+ 513 - commit : 714063191f82dce7fb93e30da878e5af5bab559e
614 note : Bump version file to v0.2.0
715 author :
Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ tome-cli [flags]
3232* [ tome-cli exec] ( tome-cli_exec.md ) - executes a script from tome root
3333* [ tome-cli help] ( tome-cli_help.md ) - help displays the usage and help text for a script
3434
35- ###### Auto generated by spf13/cobra on 8-Aug-2024
35+ ###### Auto generated by spf13/cobra on 10-Dec-2025
Original file line number Diff line number Diff line change @@ -47,4 +47,4 @@ tome-cli alias [flags]
4747
4848* [ tome-cli] ( tome-cli.md ) - A cli tool to manage scripts as a set of subcommands
4949
50- ###### Auto generated by spf13/cobra on 8-Aug-2024
50+ ###### Auto generated by spf13/cobra on 10-Dec-2025
Original file line number Diff line number Diff line change @@ -78,4 +78,4 @@ tome-cli completion [bash|zsh|fish|powershell]
7878
7979* [ tome-cli] ( tome-cli.md ) - A cli tool to manage scripts as a set of subcommands
8080
81- ###### Auto generated by spf13/cobra on 8-Aug-2024
81+ ###### Auto generated by spf13/cobra on 10-Dec-2025
Original file line number Diff line number Diff line change @@ -31,8 +31,9 @@ tome-cli exec [flags]
3131### Options
3232
3333```
34- --dry-run Dry run the exec command
35- -h, --help help for exec
34+ --dry-run Dry run the exec command
35+ -h, --help help for exec
36+ --skip-hooks Skip pre-execution hooks
3637```
3738
3839### Options inherited from parent commands
@@ -47,4 +48,4 @@ tome-cli exec [flags]
4748
4849* [ tome-cli] ( tome-cli.md ) - A cli tool to manage scripts as a set of subcommands
4950
50- ###### Auto generated by spf13/cobra on 8-Aug-2024
51+ ###### Auto generated by spf13/cobra on 10-Dec-2025
Original file line number Diff line number Diff line change @@ -48,4 +48,4 @@ tome-cli help [flags]
4848
4949* [ tome-cli] ( tome-cli.md ) - A cli tool to manage scripts as a set of subcommands
5050
51- ###### Auto generated by spf13/cobra on 8-Aug-2024
51+ ###### Auto generated by spf13/cobra on 10-Dec-2025
You can’t perform that action at this time.
0 commit comments