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
harnessDatasetImportCmd.Flags().StringVar(&harnessDatasetBundleVersion, "version", "", "bundle version to import (defaults to dataset.yaml default_version)")
88
88
harnessDatasetPullCmd.Flags().StringVar(&harnessDatasetBundleSource, "source", "", "GitHub repo or tree URL for the bundle source")
89
-
harnessDatasetPullCmd.Flags().StringVar(&harnessDatasetBundlePath, "bundle-path", "", "bundle path inside the GitHub repo when --source is a repo URL")
89
+
harnessDatasetPullCmd.Flags().StringVar(&harnessDatasetBundlePath, "bundle-path", "", "bundle path inside the GitHub repo when --source is a repo URL (defaults to harness/datasets/pinchbench for IceWhaleTech/ZimaOS-Blue)")
90
90
harnessDatasetPullCmd.Flags().StringVar(&harnessDatasetBundleVersion, "version", "", "bundle version to import (defaults to dataset.yaml default_version)")
0 commit comments