defang
defang copied to clipboard
If underscore is in the project name CLI should provide warning.
the project name will be used in the final URL. underscores are not legitimate characters so will result in an error. In the CLI detect and issue warning for underscores in project name.
see issue https://github.com/DefangLabs/defang/issues/973 for more details.
Project name having underscore results in invalid codebuild tag: https://github.com/DefangLabs/defang-mvp/issues/2533