@@ -48,8 +48,7 @@ echo 'y' | sf plugins install plugin-analytics-connected-objects
4848## Commands
4949
5050<!-- commands -->
51-
52- - [ ` sf analytics connected-objects upsert ` ] ( #sf-analytics-connected-objects-upsert )
51+ * [ ` sf analytics connected-objects upsert ` ] ( #sf-analytics-connected-objects-upsert )
5352
5453## ` sf analytics connected-objects upsert `
5554
@@ -79,12 +78,17 @@ DESCRIPTION
7978 In case a new object is added a connection, the connection mode will be the default one.
8079
8180EXAMPLES
82- - Create/update objects and fields in analytics connections given a recipe in your local repository
83- sf analytics connected-objects upsert --recipe-names ApiName
84- - Create/update objects and fields in analytics connections given multiple recipes in your local repository
85- $ sf analytics connected-objects upsert --recipe-names ApiName1,ApiName2
86- - Create/update objects and fields in analytics connections given all recipes in your local repository
87- sf analytics connected-objects upsert --all
81+ Create/update objects and fields in analytics connections given a recipe in your local repository
82+
83+ $ sf analytics connected-objects upsert --recipe-names ApiName
84+
85+ Create/update objects and fields in analytics connections given multiple recipes in your local repository
86+
87+ $ sf analytics connected-objects upsert --recipe-names ApiName1,ApiName2
88+
89+ Create/update objects and fields in analytics connections given all recipes in your local repository
90+
91+ $ sf analytics connected-objects upsert --all
8892
8993FLAG DESCRIPTIONS
9094 -a, --api-version=<value> Target API version for the callouts.
@@ -100,5 +104,4 @@ FLAG DESCRIPTIONS
100104
101105 Overrides your default org.
102106```
103-
104107<!-- commandsstop -->
0 commit comments