Skip to main content

setup_output_target

Function setup_output_target 

Source
pub fn setup_output_target(source: &Path) -> Result<Option<SetupOutputTarget>>
Expand description

Decide whether simple setup should materialize a configured local bundle.

  • For remote https://.../*.gtbundle, write ./<file-name>.gtbundle as a local bundle directory, matching the normal gtc start ./demo.gtbundle workspace flow.
  • For local archive paths, update that same archive in place.
  • For local bundle directories, keep working in the directory and do not emit a new artifact automatically.