Skip to content

Commit df0741c

Browse files
author
Taniya Mathur
committed
Update publish.sh usage to include --no-validate and --clean-build options
1 parent 7cd7958 commit df0741c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

publish.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ print_error() {
4040

4141
# Print usage information
4242
print_usage() {
43-
echo "Usage: $0 <cfn_bucket_basename> <cfn_prefix> <region> [public] [--max-workers N] [--verbose]"
43+
echo "Usage: $0 <cfn_bucket_basename> <cfn_prefix> <region> [public] [--max-workers N] [--verbose] [--no-validate] [--clean-build]"
4444
echo ""
4545
echo "Arguments:"
4646
echo " <cfn_bucket_basename> Base name for the CloudFormation artifacts bucket"
@@ -51,11 +51,13 @@ print_usage() {
5151
echo " public Make artifacts publicly readable"
5252
echo " --max-workers N Maximum number of concurrent workers"
5353
echo " --verbose, -v Enable verbose output"
54+
echo " --no-validate Skip CloudFormation template validation"
55+
echo " --clean-build Delete all .checksum files to force full rebuild"
5456
echo ""
5557
echo "Examples:"
5658
echo " $0 my-bucket idp us-east-1"
5759
echo " $0 my-bucket idp us-west-2 public --verbose"
58-
echo " $0 my-bucket idp us-east-1 --max-workers 2"
60+
echo " $0 my-bucket idp us-east-1 --max-workers 2 --clean-build"
5961
}
6062

6163
# Check if Python 3.12+ is available

0 commit comments

Comments
 (0)