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
The plugin enhances the productivity of CRMA developers and release managers by automating manual procedural tasks related to connected objects. Nowadays, each time a new field is used in recipes, the user tracks the field in notes. Later, when there's a need to migrate the recipe to a higher environment, the user manually checks off each field one by one in the connected objects according to the taken notes.
7
7
8
8
The process is highly manual, and forgetting to track certain fields often causes recipe run failures. The run failures highlight one field at a time, and the process should be repeated until the first successful run.
9
9
10
10
The command, which can be executed locally or inserted into a CI/CD pipeline, verifies the required fields from the recipes and marks them in the environment within seconds.
11
11
12
-
## Issues
13
-
14
-
Please report any <ahref="https://github.com/baslu93/plugin-analytics-connected-objects/issues/new?template=enhancement.md&title=feat%3A+%5BFEATURE+NAME%5D">new feature</a>
15
-
or <ahref="https://github.com/baslu93/plugin-analytics-connected-objects/issues/new?template=issue.md&title=bug%3A+%5BBUG+NAME%5D">bug</a>
16
-
using this links.
17
-
18
-
## Contributing
19
-
20
-
1. Create a new issue before starting your project so that we can keep track of
21
-
what you are trying to add/fix. That way, we can also offer suggestions or
22
-
let you know if there is already an effort in progress.
23
-
2. Fork this repository.
24
-
3. Build the plugin locally.
25
-
4. Write appropriate tests for your changes. Try to achieve at least 75% code coverage on any new code.
26
-
Nuts are required, but code coverage will be based on unit tests only.
27
-
5. Send us a pull request when you are done (linking the issue previously created).
28
-
We'll review your code, suggest any needed changes, and merge it in.
29
-
30
12
## Install
31
13
32
14
Run the following command (if you are still using the old CLI, relace `sf` with `sfdx` or [move to the new CLI](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_move_to_sf_v2.htm)):
@@ -45,6 +27,24 @@ CI Users: As the plugin is not signed, to install it from a Dockerfile or a scri
45
27
echo'y'| sf plugins install plugin-analytics-connected-objects
46
28
```
47
29
30
+
## Issues
31
+
32
+
Please report any <ahref="https://github.com/baslu93/plugin-analytics-connected-objects/issues/new?template=enhancement.md&title=feat%3A+%5BFEATURE+NAME%5D">new feature</a>
33
+
or <ahref="https://github.com/baslu93/plugin-analytics-connected-objects/issues/new?template=issue.md&title=bug%3A+%5BBUG+NAME%5D">bug</a>
34
+
using this links.
35
+
36
+
## Contributing
37
+
38
+
1. Create a new issue before starting your project so that we can keep track of
39
+
what you are trying to add/fix. That way, we can also offer suggestions or
40
+
let you know if there is already an effort in progress.
41
+
2. Fork this repository.
42
+
3. Build the plugin locally.
43
+
4. Write appropriate tests for your changes. Try to achieve at least 75% code coverage on any new code.
44
+
Nuts are required, but code coverage will be based on unit tests only.
45
+
5. Send us a pull request when you are done (linking the issue previously created).
46
+
We'll review your code, suggest any needed changes, and merge it in.
0 commit comments