appfw archive¶
The following operations can be performed on "appfw archive":
show appfw archive¶
Synopsys¶
show appfw archive
Outputs¶
response
Example¶
show appfw archive
export appfw archive¶
Exports the archive file to the specified location
Synopsys¶
export appfw archive <name> <target>
Arguments¶
name
Name of tar archive
target
Path to the file to be exported
Related Commands¶
import appfw archive¶
Imports the archive file from specified location
Synopsys¶
import appfw archive <src> <name> [-comment <string>]
Arguments¶
src
Indicates the source of the tar archive file as a URL
of the form
<protocol>://<host>[:<port>][/<path>]
<protocol> is http or https.
<host> is the DNS name or IP address of the http or https server.
<port> is the port number of the server. If omitted, the
default port for http or https will be used.
<path> is the path of the file on the server.
Import will fail if an https server requires client
certificate authentication.
name
Indicates name of archive
comment
Comments associated with this archive.
Related Commands¶
rm appfw archive¶
Removes the archive created by archive command.
Synopsys¶
rm appfw archive <name>
Arguments¶
name
Indicates name of the archive to be removed.
Example¶
rm appfw archive <name>