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
Usage: "import runs from metadata file, URL, or S3",
48
-
Description: "Import benchmark runs from local metadata.json, remote URL, or S3 bucket into existing output metadata.json. Use --s3-bucket and --s3-directory to import from S3, or provide a file/URL as argument. Use --src-tag and --dest-tag to apply tags to runs, or use interactive mode.",
49
-
ArgsUsage: "[metadata-file-or-url] (optional when using S3)",
50
-
},
51
-
{
52
-
Name: "export-to-cloud",
53
-
Flags: cliapp.ProtectFlags(flags.ExportFlags),
54
-
Action: ExportMain(Version),
55
-
Usage: "export output directory to S3",
56
-
Description: "Export the entire output directory to AWS S3 bucket and sync with remote metadata.json.",
45
+
Usage: "import runs from metadata file, URL",
46
+
Description: "Import benchmark runs from local metadata.json, remote URL into existing output metadata.json. Use --src-tag and --dest-tag to apply tags to runs, or use interactive mode.",
0 commit comments