entryPoint property

File entryPoint

The location of the entryPoint, the shell script that is used to execute the cli.

The entryPoint also marks the root of the project (projectRoot).

Usually injected from the entryPoint itself via env.SIDEKICK_ENTRYPOINT_HOME

Implementation

static File get entryPoint {
  return _cache.getOrCreate('findEntryPoint', _findEntryPoint);
}