From 559e1cc914bf3c1d3fee2a2a823d2e8e5e2bc958 Mon Sep 17 00:00:00 2001 From: emanuel-sol Date: Wed, 11 Oct 2023 19:29:22 -0400 Subject: [PATCH] Remove deprecated flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30a911b..54c12c2 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ You can use `sls remove` to remove all Defender resources defined in the `server ### Logs -You can use `sls logs --function --data {...}` to retrieve the latest action logs for a given action identifier (e.g. mystack.action-example-1). This command will run continiously and retrieve logs every 2 seconds. The `--data` flag is optional. +You can use `sls logs --function ` to retrieve the latest action logs for a given action identifier (e.g. mystack.action-example-1). This command will run continiously and retrieve logs every 2 seconds. ### Invoke