{"tool":"bun","tool_display":"Bun","intent":"show-outdated-dependencies-workspace","intent_display":"show outdated dependencies workspace","title":"Bun Command: show outdated dependencies workspace","command_string":"bun outdated -F \"<workspace_pattern>\"","raw_command_string":"bun outdated {{[-F|--filter]}} \"{{workspace_pattern}}\"","description":"Exact CLI syntax to show outdated dependencies workspace using Bun.","usage_scenario":"When managing multi-package repositories and needing to assess specific workspaces.","scenario_context":"Regularly updating dependencies ensures security and performance improvements in your projects.","simulated_output":"┌─────────┬───────────┬─────────┐\n│ Package │ Current   │ Latest  │\n├─────────┼───────────┼─────────┤\n│ react   │ 17.0.2   │ 18.0.0 │\n│ cors    │ 2.8.5    │ 2.9.0  │\n└─────────┴───────────┴─────────┘\n   2 outdated dependencies found in workspace.","how_to_steps":["Run the command: bun outdated --filter \"my-workspace\"","Check the output for outdated dependencies listed along with their versions."],"inferred_category":"Package Management","canonical_url":"https://www.syntaxstandard.com/bun/show-outdated-dependencies-workspace"}