• Cristian Maglie's avatar
    Added 'source override' feature to compile command. (#1099) · 5a2a7074
    Cristian Maglie authored
    This feature allows to selectively "override" the content of a sketch.
    Overridden files will not be read from disk as usual but fetched directly
    from gRPC paramaters (if the cli is running as daemon) or from a .json
    file containing the new source code (if running from command line).
    5a2a7074
compile.pb.go 26.6 KB