App-pause-Unpacked

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.491   2021-05-25  Released-By: PERLANCAR; Urgency: high

	- [build] Rebuild to update Sah coercion module names (old Sah coercion
          modules have been purged from CPAN).


0.490   2019-06-06  Released-By: PERLANCAR

        - No functional changes.

        - Update & reupload to CPAN.


0.48    2016-06-02  Released-By: PERLANCAR

        - Update to App-pause 0.55.


0.47    2015-09-10  Released-By: PERLANCAR

        - Update to App-pause 0.47 & synchronize version number.

script/pause-unpacked  view on Meta::CPAN

pause-unpacked - A CLI for PAUSE (unpacked version)

=head1 VERSION

This document describes version 0.491 of pause-unpacked (from Perl distribution App-pause-Unpacked), released on 2021-05-26.

=head1 SYNOPSIS

Use like you would use L<pause>:

 % pause upload Foo-Bar-1.23.tar.gz
 ...

=head1 DESCRIPTION

This is an unpacked version of L<pause>, for development/testing only. Normal
users should just use L<pause>.

=head1 SUBCOMMANDS

=head2 B<cleanup>

script/pause-unpacked  view on Meta::CPAN


=head2 B<undelete>

Undelete files.

When a file is deleted, it is not immediately deleted but has
scheduled_for_deletion status for 72 hours, then deleted. During that time, the
file can be undeleted.


=head2 B<upload>

Upload file(s).

=head1 OPTIONS

C<*> marks required options.

=head2 Common options

=over

script/pause-unpacked  view on Meta::CPAN

=item B<--files-json>=I<s>

File names/wildcard patterns (JSON-encoded).

See C<--file>.

Can also be specified as the 1st command-line argument and onwards.

=back

=head2 Options for subcommand upload

=over

=item B<--delay>=I<s>

Pause a number of seconds between files.

If you upload a lot of files (e.g. 7-10 or more) at a time, the PAUSE indexer
currently might choke with SQLite database locking problem and thus fail to
index your releases. Giving a delay of say 2-3 minutes (120-180 seconds) between
files will alleviate this problem.


=item B<--file>=I<s@>*

File name/wildcard pattern.

Can also be specified as the 1st command-line argument and onwards.

script/pause-unpacked  view on Meta::CPAN


=head2 Configuration for subcommand rm

 files (see --file)
 protect_files (see --protect-file)

=head2 Configuration for subcommand undelete

 files (see --file)

=head2 Configuration for subcommand upload

 delay (see --delay)
 files (see --file)
 subdir (see --subdir)

=head1 ENVIRONMENT

=head2 PAUSE_UNPACKED_OPT => str

Specify additional command-line options.



( run in 1.816 second using v1.01-cache-2.11-cpan-b16cb0d3907 )