NAME

WWW::MetaForge::ArcRaiders::CLI::Cmd::Arc - Show details for a single arc

VERSION

version 0.002

SYNOPSIS

# Show arc details by ID
arcraiders arc minor-storm

# Show arc details by name
arcraiders arc "Salvage Run"

# Output as JSON
arcraiders --json arc minor-storm

DESCRIPTION

This command displays detailed information about a single ARC (mission/activity) in Arc Raiders. You can search by either the arc's ID or name.

The command first attempts to find the arc by ID. If no match is found, it searches through all arcs by both ID and name (case-insensitive).

Output includes:

  • Name and ID

  • Type (mission category)

  • Available maps

  • Duration (time limit)

  • Cooldown period

  • Description text

  • Rewards (XP and Coins)

  • Loot drop table with drop chances

  • Last updated timestamp

If the --json flag is used, outputs the raw API response as JSON instead of the formatted display.

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.