Alistair Stead
Alistair Stead
Use something like this: https://stackoverflow.com/questions/238073/how-to-add-a-progress-bar-to-a-shell-script
* Add @clack/prompts and picocolors to deps * Remove ora spinner and inquirer dependencies * Integrate prompts to create-sst workflow
When using `set shell` to run scripts/tests that use `was-sdkV3` clients e.g. `@aws-sdk/client-dynamodb` I run into this already documented error from the sdk package https://github.com/aws/aws-sdk-js-v3/issues/2549 This appears to be being...
Filter AWS_PROFILE from the ENVS that are passed to the sub command of `sst shell` this avoids a connection error in the was sdk.