NAME

WWW::MetaForge::ArcRaiders::CLI::Cmd::Item - Show details for a single item

VERSION

version 0.002

SYNOPSIS

# Show details for an item by slug
arcraiders item wasp-driver

# Show details for an item with roman numerals
arcraiders item ferro-i

# Output as JSON
arcraiders --json item wasp-driver

DESCRIPTION

This CLI command displays detailed information for a single item in Arc Raiders. The command searches for items by slug or ID, supporting fuzzy matching for items with roman numeral suffixes (e.g., ferro-i will search for "ferro").

If multiple items match the search term, all matches are listed. If exactly one item matches, or an exact slug/ID match is found, detailed information is displayed including:

  • Name, category, rarity

  • Weight, stack size, base value

  • Description and stats

  • Crafting requirements

  • Vendors that sell the item

  • Recycle yield

  • Last updated timestamp

execute

$cmd->execute($args, $chain);

Executes the item detail command. Takes a single argument (the item slug or ID) and displays comprehensive information about the item. If --json flag is set in the parent application, outputs raw JSON data instead of formatted text.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-metaforge/issues.

IRC

You can reach Getty on irc.perl.org for questions and support.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.