package App::Glacier::Command::Jobs; use strict; use warnings; use App::Glacier::Core; use parent qw(App::Glacier::Command); use Carp; use Data::Dumper; use App::Glacier::Timestamp; use App::Glacier::Job; =head1 NAME glacier jobs - list Glacier jobs =head1 SYNOPSIS B [B<-cl>] [B<--cached>] [B<--long>] [B<--time-style=>B|B|B|B|B|B<+I>] [I...] =head1 DESCRIPTION Verifies and lists pending and completed glacier jobs. By default, all jobs are listed. If one or more I arguments are given, only jobs for the listed vaults are displayed. Verification consists in querying the Glacier for the status of the current job and updating cached data accordingly. Failed and expired jobst are removed. =head1 OPTIONS =over 4 =item B<-c>, B<--cached> Displays cached results without querying Glacier. =item B<-l>, B<--long> List jobs in long format. Long format includes Glaciar job identifier. =item B<--time-style=>I