NEW: NoCommandLine (Analytics) - Private Analytics for GAE & Cloud Run Apps.
No 3rd parties involved | Parses your gcloud logs with gcloud CLI | All analytics are stored on your machine
- Don't struggle to remember gcloud flags/commands
- Non-technical folks can deploy code
Don't struggle to remember gcloud flags
Don't fiddle around your command prompt
Don't keep multiple folders open just to remember your different projects
- View/Edit/Delete data from datastore emulator or production
- Export datastore contents to CSV or JSON files
- Import into datastore from exported CSV or JSON files
| Feature | Free | Licensed(price) |
|---|---|---|
| Add Existing Application Application on your local machine | ✓ | |
| Create a New Application - Create on your local machine - Create in Production | ✓ |
✓ |
| Change Application Setting | ✓ | |
| App Engine Standard Environment | ✓ | |
| Use Datastore Emulator | ✓ | |
| GUI for Datastore Emulator - View/Edit data stored in datastore emulator - View/Edit Production data - Export datastore data as CSV or JSON - Import exported data into datastore | ✓ | |
| Runtimes
- Go
- Node (NPM) - Node (Yarn) - PHP7, PHP8 - Python2 (Webapp, Flask) - Python3 (Flask, Django) - Python3 (FastAPI) |
✓ | |
| Run Application
Run Python3/Go with dev_appserver.py
Run PHP with dev_appserver.py Run Python3 with dev_appserver.py on Windows (note: this requires a patch) Python3 Apps: 'entrypoint' for gunicorn, uwsgi and waitress-serve is now supported |
✓ | |
| Deploy Application
- Automatically deploys any index.yaml, cron.yaml, dispatch.yaml in the project root or datastore directory
- Deploy multiple services - Cleanup Indexes - Deploy Python3/Go 1.112+ which use bundled services - Deploy a Specific Service |
✓ | |
| Support for Custom/User-defined Environment Variables & Flags | ✓ | |
| Open App in Production | ✓ | |
| Flags as Checkboxes/Texboxes Automatically Generate Index, AutoId Policy, Set Host, Set Admin Host, Enable Host Checking | ✓ | |
| Logs are saved to file | ||
| GCloud - List Projects tied to current account | ✓ | |
| GCloud - List instances of a running App | ✓ | |
| GCloud - Change Active Project | ✓ | |
| GCloud - View Active Project | ✓ | |
| Download Source Code Doesn't support uploads done via appcfg.py | ✓ | |
| Deploy with 'No promote' Flag Deploy to Production without making it the active/default instance | ✓ | |
| Deploy with 'Stop Previous Version' Flag Deploy a new version to Production, direct 100% traffic to it and shut down the previous version | ✓ | |
| Deploy with 'No Cache' Flag Deploy a new version to Production without the use of cache during deployment | ✓ | |
Deploy with 'Log HTTP' requests Flag
Deploy a new version to Production while enabling the --log-http flag |
✓ | |
| Enable Interactive Console Flag This is for Python2 Apps | ✓ |