You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<description>This service can be used to extract a file from an tar or zip archive. This can be used to used a spec file directly from a tar.</description>
<parameter name="archive">
<description>Archive to be used</description>
<required/>
</parameter>
<parameter name="files">
<description>Files to extract. You may use this parameter multiple times.</description>
<required/>
</parameter>
<parameter name="outfilename">
<description>Rename file into outfilename. If the files parameter is used multiple times, this must be a directory to move the files into.</description>