Leon Mika
54a120342e
Added command history ( #45 )
...
* Added command line history to the command, query and filter prompts.
* Added query planning debugging to the log.
* Fixed bug in query expression which was not treating true and false as boolean literals.
* Fixed a bug in the query planning logic which was incorrectly determine that an expression of the form sort_key ^= "string", with no partition key, could be executed as a query instead of a scan.
2023-01-26 21:46:31 +11:00
Leon Mika
aa7ec9f863
issue-9: fixed unit tests
2022-08-29 20:45:34 +10:00
Leon Mika
24304d21c3
issue-9: added the RC file
...
Added the RC file which can be used to load commands on startup. Also added the "echo"
command which can be used for debugging.
2022-08-28 10:54:25 +10:00
Leon Mika
5b6bf1f0ae
ctrlret: replaced return types of controllers from tea.Cmd to tea.Msg
...
This dramatically cuts downs the number of closures.
2022-08-18 21:39:13 +10:00
Leon Mika
a8dd264983
Changed package from awstools to audax
2022-07-28 21:36:16 +10:00
Leon Mika
ffca588a2c
Merge remote-tracking branch 'origin/feature/dynamo-query'
...
# Conflicts:
# cmd/dynamo-browse/main.go
# cmd/ssm-browse/main.go
# docker-compose.yml
# internal/dynamo-browse/ui/model.go
# test/cmd/load-test-table/main.go
2022-07-14 21:23:31 +10:00
Leon Mika
eadf8d1720
Fixed styling of the other tools
2022-06-27 16:05:59 +10:00
Leon Mika
d48263e43f
Added command to load test SSM parameters
2022-04-15 06:03:55 +10:00
Leon Mika
f6f06eb22d
ssm-browse: added cd command
...
Also came up with an approach for dealing with commands that will probably work with contexts
2022-03-29 10:29:25 +11:00
Leon Mika
0b745a6dfa
ssm-browse: new utility to browse SSM parameters
...
This is more of an exercise to work out how best to use controllers
2022-03-29 08:41:27 +11:00