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
The only difference seen when passing --project-root-only is a change in the logging output with and without the flag a 800Mb tar.gz file was still being created. The steps to test were:
cd to the project's root
run spacectl stack local-preview --no-upload --id <foo>
run spacectl stack local-preview --project-root-only --no-upload --id <foo>
See that the two created tar.gz files are the same.
The text was updated successfully, but these errors were encountered:
The only difference seen when passing
--project-root-only
is a change in the logging output with and without the flag a 800Mb tar.gz file was still being created. The steps to test were:spacectl stack local-preview --no-upload --id <foo>
spacectl stack local-preview --project-root-only --no-upload --id <foo>
See that the two created tar.gz files are the same.
The text was updated successfully, but these errors were encountered: