-r, --region <string>
Sets the default deployment region for the application configuration.
--dry-run
Simulates the creation process without writing any files to disk. Useful for verifying the output structure. topscloudnet app new
-h, --help
Displays help information for the app new command. --dry-run Simulates the creation process without writing any
--verbose
Enables detailed logging output during the scaffolding process. -h, --help Displays help information for the app
topscloudnet app new [APP_NAME] [flags]
Fix: Clear app cache (Settings > Apps > TopsCloudNet > Storage > Clear Cache). Then log out and log back in. Do NOT clear data unless necessary.
Upon successful execution, the following directory structure is generated:
./my-backend/
├── topscloudnet.yaml # Main configuration file
├── main.go # Primary entry point (language dependent)
├── config/ # Environment configuration files
└── .gitignore # Standard gitignore for TopsCloud