Skip to content

Commit

Permalink
Merge pull request #26 from OpenZeppelin/update-docs
Browse files Browse the repository at this point in the history
Remove deprecated flag
  • Loading branch information
emnul authored Oct 12, 2023
2 parents 4ed0946 + 559e1cc commit 0698af4
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 0698af4

Please sign in to comment.