Skip to content

Commit

Permalink
--raw
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaro00 committed Mar 16, 2024
1 parent 5112d50 commit 1f059c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions getting-started/shuttle-commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ All project-related commands can use:
- `cargo shuttle logs --latest`: Get all logs from the currently running deployment.
- `cargo shuttle logs <id>`: Get all logs from a specific deployment.
- `cargo shuttle logs --follow`: Stream logs of the deployed service and stream them to your terminal.
- `cargo shuttle logs --raw`: Print the logs without timestamps and origin tags. The `--raw` flag is also available for the `run` and `deploy` commands.

### Manage resources

Expand Down

0 comments on commit 1f059c2

Please sign in to comment.