Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsahu committed Jul 18, 2023
1 parent 5fd0bb1 commit 8e75e32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ENV_TAG=local ./db_schema_sync.sh

## Steps to add new widget command
- Update `widgets.yaml` with the widget command details
- If no value has to be returned please specify an empty string '' for `return_value_description`
- Increment the numeric version in `WIDGET_INDEX_NAME` constant in `utils/constants.py`
- For local env, the widget index name would use your OS login name to create an isolated index. For dev/prod, the widget index would be the numeric version mentioned above. (more info in `scripts/check_update_widget_index.py`)
- Run this Python command to update your widget index with the new widget `python -m scripts.check_update_widget_index`
Expand Down

0 comments on commit 8e75e32

Please sign in to comment.