NAME
WWW::MetaForge::ArcRaiders::CLI::Cmd::Quest - Show details for a single quest
VERSION
version 0.002
SYNOPSIS
# Show quest details by ID
arcraiders quest a-bad-feeling
# Show quest details by name
arcraiders quest "A Bad Feeling"
# Output as JSON
arcraiders quest a-bad-feeling --json
DESCRIPTION
This command displays detailed information for a single quest. It accepts either a quest ID or quest name as the argument.
The command first attempts to fetch the quest by ID using the API. If not found, it falls back to searching the complete quest list by matching against both the ID and name fields (case-insensitive).
Quest details displayed include:
Name and ID
Quest type
Description
Objectives list
Required items with quantities
Rewards (XP, reputation, and items)
Quest chain relationships (previous/next quests)
Last updated timestamp
When the --json flag is used, the raw quest data is output 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.