appfw-archive¶
The following operations can be performed on "appfw-archive":
show appfw archive¶
Synopsis¶
show appfw archive
Output¶
response
Example¶
show appfw archive
export appfw archive¶
Exports the archive file to the specified location
Synopsis¶
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
Synopsis¶
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.
Synopsis¶
rm appfw archive <name>
Arguments¶
name
Indicates name of the archive to be removed.
Example¶
rm appfw archive <name>