Class FetchTool


@Help("Fetch Manifest(s) from a remote BHive instance.") @ToolCategory("Remote server interaction commands") @ToolDefaultVerbose(true) public class FetchTool extends RemoteServiceTool<FetchTool.FetchConfig>
A tool to fetch one or more manifests with all required objects from a remote hive to the local hive. Same as PushTool but in the reverse direction.