Autobuild upload: Difference between revisions
Jump to navigation
Jump to search
Created page with "<!-- ======================================================================= This wiki page was generated by the converting the --help output from this command using the pyhelp2w…" |
Rand Linden (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{Autobuild Cmd | |||
|command= | |||
command | autobuild upload <br> ''option'' [''value''] [''option'' [''value'']] ... <br> ''archive'' | ||
|comments= | |||
Upload a package archive to either Amazon S3 or a private service (requires credentials to be specified externally). | |||
Arguments: | Arguments: | ||
* ''archive'': The archive to upload to install-packages.lindenlab.com or to S3, as indicated by the configuration file. | |||
}} | |||
'''Command-Specific Options''' | |||
{| class=lltable border=1 | |||
|-- | |||
!width=180| Option | |||
!width=70| Shortcut | |||
!Value | |||
!Description | |||
|- | |||
| --upload-to-s3 | |||
|N/A | |||
|None | |||
|upload this archive to Amazon S3 | |||
|- | |- | ||
| | | --credentials ''credentials'' | ||
| | |N/A | ||
|None | |||
| File containing S3 credentials. Currently this option is ignored and the default is hardcoded. The default is $HOME/.s3curl (or %USERPROFILE%/.s3curl on windows). See below for example. | |||
|} | |||
== Example == | |||
Example .s3curl credentials file contents: | |||
%awsSecretAccessKeys = ( | |||
lindenlab => { | |||
id => 'ABCDABCDABCDABCD', | |||
key => '01234567890abcdABCD/01234567890abcdABCD+', | |||
}, | |||
} | |||
[[Category:Autobuild]] | [[Category:Autobuild]] | ||
Latest revision as of 17:01, 9 March 2011
autobuild upload
option [value] [option [value]] ...
archive
option [value] [option [value]] ...
archive
Upload a package archive to either Amazon S3 or a private service (requires credentials to be specified externally).
Arguments:
- archive: The archive to upload to install-packages.lindenlab.com or to S3, as indicated by the configuration file.
Standard Options
| Option | Shortcut | Value | Description |
|---|---|---|---|
| --debug | -d | None | Display debug output |
| --dry-run | -n | None | Run tool in dry run mode if available |
| --help | -h | None | Show help message |
| --quiet | -q | None | Display minimal output |
| --verbose | -v | None | Display verbose output |
Command-Specific Options
| Option | Shortcut | Value | Description |
|---|---|---|---|
| --upload-to-s3 | N/A | None | upload this archive to Amazon S3 |
| --credentials credentials | N/A | None | File containing S3 credentials. Currently this option is ignored and the default is hardcoded. The default is $HOME/.s3curl (or %USERPROFILE%/.s3curl on windows). See below for example. |
Example
Example .s3curl credentials file contents:
%awsSecretAccessKeys = (
lindenlab => {
id => 'ABCDABCDABCDABCD',
key => '01234567890abcdABCD/01234567890abcdABCD+',
},
}