Commit e35f051 1 parent cf7eb57 commit e35f051 Copy full SHA for e35f051
File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -95,15 +95,17 @@ Google Sheet. Each line of output will be written to a new row in the sheet.
95
95
We have already integrated the `stream_to_gsheets` utility in `bin/registrar`.
96
96
It can be used with other tools similarly.
97
97
98
- * Define the link to the spreadsheet in your site model' s site_metadata.json
99
- file under the key ` sheet`
100
- ` ` ` json lines
101
- // site_model/site_metadata. json
98
+ * Define the link to the spreadsheet in your site model' s ` site_metadata.json`
99
+ file under the key ` sheet` .
100
+
101
+ ` ` ` json
102
102
{
103
103
" sheet" : " https://docs.google.com/spreadsheets/d/YOUR_SPREADSHEET_ID"
104
104
}
105
105
` ` `
106
+
106
107
* In the tool script, add the required commands:
108
+
107
109
` ` ` shell
108
110
source $UDMI_ROOT /etc/shell_common.sh
109
111
@@ -128,4 +130,4 @@ if [[ $spreadsheet != "null" && -n "$spreadsheet" ]]; then
128
130
else
129
131
$cmd 2>&1 | tee $OUT_DIR /$util_name .log
130
132
fi
131
- ` ` `
133
+ ` ` `
You can’t perform that action at this time.
0 commit comments