Skip to content

Commit

Permalink
Remove deprecated flag
Browse files Browse the repository at this point in the history
  • Loading branch information
emnul committed Oct 11, 2023
1 parent 4ed0946 commit 559e1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stack_resource_id> --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 <stack_resource_id>` 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

Expand Down

0 comments on commit 559e1cc

Please sign in to comment.