We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd15fbe commit 36f0c6aCopy full SHA for 36f0c6a
README.md
@@ -36,19 +36,13 @@ a) create a scratch org with a "streaming" alias:
36
sfdx force:org:create -s -f config/project-scratch-def.json -a streaming
37
```
38
39
-b) install Server Action Service dependency:
40
-
41
-```sh
42
-sfdx force:package:install --package 04t1t0000038r2q -w 10 -u streaming
43
-```
44
45
-c) push sources to the scratch org:
+b) push sources to the scratch org:
46
47
```sh
48
sfdx force:source:push -u streaming
49
50
51
-d) assign permission set to the default user:
+c) assign permission set to the default user:
52
53
54
sfdx force:user:permset:assign -n Streaming_Monitor -u streaming
0 commit comments