Skip to content

As a gRPC consumer, I want the CLI to collects all the files composing a sketch #837

Closed
@kittaakos

Description

@kittaakos

It is already implemented by the CLI but it's not yet exposed as an API/command:

// SketchLoad collects all the files composing a sketch.
// The parameter `sketchPath` holds a path pointing to a single sketch file or a sketch folder,
// the path must be absolute.
func SketchLoad(sketchPath, buildPath string) (*sketch.Sketch, error) {

I would like to avoid duplicating code in the Pro IDE and fully rely on this CLI functionality.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions