You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhancements
shell command now opens directly in frappe-bench directory. Fixes #102.
remove restart: always from all sites docker-compose.yml. Fixes #136.
Add auto-completion for sitenames in commands where required. Fixes #138.
code command now supports --work-dir flag which defaults to/workspace/frappe-bench. Fixes #141.
Auto detect sitename when in respective sites directory i.e when user is in ~/frappe/sites/test.localhost and user runs fm shell it will directly run shell for that site. Fixes #138.
Introduces --force flag to start command to force recreate containers while starting the site.
Bug Fixes
Sync vscode settings like python.defaultInterpreter etc.
App installation when using -a flag in create command.
create comand not working when offline for prebaked apps.