diff --git a/bin/utils/ensure-up-to-date b/bin/utils/ensure-up-to-date index 41d911813f25..3f8f3222e6a3 100755 --- a/bin/utils/ensure-up-to-date +++ b/bin/utils/ensure-up-to-date @@ -10,12 +10,15 @@ echo "Please press CTRL+C to stop or the script will continue in 5 seconds." sleep 5 # LIST OF SCRIPTS: -declare -a scripts=("./bin/openapi3/ruby-client-petstore.sh" +declare -a scripts=( +# SAMPLES +"./bin/openapi3/ruby-client-petstore.sh" "./bin/ruby-client-petstore.sh" "./bin/java-petstore-all.sh" "./bin/java-jaxrs-petstore-server-all.sh" "./bin/openapi3/jaxrs-jersey-petstore.sh" "./bin/spring-all-pestore.sh" +"./bin/javascript-petstore-all.sh" "./bin/kotlin-client-petstore.sh" "./bin/kotlin-client-string.sh" "./bin/kotlin-client-threetenbp.sh" @@ -36,9 +39,11 @@ declare -a scripts=("./bin/openapi3/ruby-client-petstore.sh" "./bin/typescript-inversify-petstore.sh" "./bin/typescript-rxjs-petstore.sh" "./bin/rust-server-petstore.sh" +"./bin/r-petstore.sh" "./bin/haskell-http-client-petstore.sh" "./bin/csharp-petstore.sh" "./bin/meta-codegen.sh" +# OTHERS "./bin/utils/export_docs_generators.sh" "./bin/utils/export_generators_docusaurus_index.sh" "./bin/utils/copy-to-website.sh"