cs-resolve
Verified for current stable LTS
Cs Resolve Command: Print Conflicts
Use for print conflicts with Cs Resolve. Exact CLI syntax to print conflicts using Cs Resolve.
When to use this: Use for print conflicts with Cs Resolve.
Command Syntax
cs resolve --conflicts {group_id1:artifact_id1:artifact_version1 group_id2:artifact_id2:artifact_version2 ...} cs resolve --conflicts `{group_id1:artifact_id1:artifact_version1 group_id2:artifact_id2:artifact_version2 ...`} Command Breakdown
--conflicts- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to print conflicts using Cs Resolve.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Cs Resolve Command: Resolve Transitive Dependencies
cs resolve <group_id1>:<artifact_id1>:<artifact_version1> <group_id2>:<artifact_id2>:<artifact_version2> Cs Resolve Command: Resolve Dependency Tree cs resolve --tree <group_id>:<artifact_id>:<artifact_version> Cs Resolve Command: Reverse Dependency Tree cs resolve --reverse-tree <group_id>:<artifact_id>:<artifact_version> Cs Resolve Command: Dependencies Of Library cs resolve <group_id>:<artifact_id>:<artifact_version> --what-depends-on <searched_group_id>:<searched_artifact_id> Cs Resolve Command: Dependencies Of Library Version cs resolve <group_id>:<artifact_id>:<artifact_version> --what-depends-on <searched_group_id>:<searched_artifact_id><searched_artifact_version>