boman-cli 2.4.3__tar.gz → 2.4.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {boman_cli-2.4.3 → boman_cli-2.4.4}/PKG-INFO +4 -1
- {boman_cli-2.4.3 → boman_cli-2.4.4}/README.md +3 -0
- {boman_cli-2.4.3 → boman_cli-2.4.4}/boman_cli.egg-info/PKG-INFO +4 -1
- {boman_cli-2.4.3 → boman_cli-2.4.4}/bomancli/Config.py +1 -1
- {boman_cli-2.4.3 → boman_cli-2.4.4}/bomancli/main.py +1 -1
- {boman_cli-2.4.3 → boman_cli-2.4.4}/setup.cfg +1 -1
- {boman_cli-2.4.3 → boman_cli-2.4.4}/boman_cli.egg-info/SOURCES.txt +0 -0
- {boman_cli-2.4.3 → boman_cli-2.4.4}/boman_cli.egg-info/dependency_links.txt +0 -0
- {boman_cli-2.4.3 → boman_cli-2.4.4}/boman_cli.egg-info/entry_points.txt +0 -0
- {boman_cli-2.4.3 → boman_cli-2.4.4}/boman_cli.egg-info/requires.txt +0 -0
- {boman_cli-2.4.3 → boman_cli-2.4.4}/boman_cli.egg-info/top_level.txt +0 -0
- {boman_cli-2.4.3 → boman_cli-2.4.4}/bomancli/_init_.py +0 -0
- {boman_cli-2.4.3 → boman_cli-2.4.4}/bomancli/auth.py +0 -0
- {boman_cli-2.4.3 → boman_cli-2.4.4}/bomancli/base_logger.py +0 -0
- {boman_cli-2.4.3 → boman_cli-2.4.4}/bomancli/loc_finder.py +0 -0
- {boman_cli-2.4.3 → boman_cli-2.4.4}/bomancli/templates/template_plan.yaml +0 -0
- {boman_cli-2.4.3 → boman_cli-2.4.4}/bomancli/utils.py +0 -0
- {boman_cli-2.4.3 → boman_cli-2.4.4}/bomancli/validation.py +0 -0
- {boman_cli-2.4.3 → boman_cli-2.4.4}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: boman-cli
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.4
|
|
4
4
|
Summary: CLI tool of boman.ai
|
|
5
5
|
Home-page: https://boman.ai
|
|
6
6
|
Author: Sumeru Software Solutions Pvt. Ltd.
|
|
@@ -93,6 +93,9 @@ Example: boman-cli -a run -zap_session_script ./session.js
|
|
|
93
93
|
|
|
94
94
|
### Release Note:
|
|
95
95
|
|
|
96
|
+
### V2.4.4
|
|
97
|
+
- Minor bug fix + V2.4.3
|
|
98
|
+
|
|
96
99
|
### V2.4.3
|
|
97
100
|
- **New:** SonarCloud API integration. Navigate to **Integrations -> SonarCloud** in the Boman SaaS to setup SonarCloud.
|
|
98
101
|
|
|
@@ -73,6 +73,9 @@ Example: boman-cli -a run -zap_session_script ./session.js
|
|
|
73
73
|
|
|
74
74
|
### Release Note:
|
|
75
75
|
|
|
76
|
+
### V2.4.4
|
|
77
|
+
- Minor bug fix + V2.4.3
|
|
78
|
+
|
|
76
79
|
### V2.4.3
|
|
77
80
|
- **New:** SonarCloud API integration. Navigate to **Integrations -> SonarCloud** in the Boman SaaS to setup SonarCloud.
|
|
78
81
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: boman-cli
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.4
|
|
4
4
|
Summary: CLI tool of boman.ai
|
|
5
5
|
Home-page: https://boman.ai
|
|
6
6
|
Author: Sumeru Software Solutions Pvt. Ltd.
|
|
@@ -93,6 +93,9 @@ Example: boman-cli -a run -zap_session_script ./session.js
|
|
|
93
93
|
|
|
94
94
|
### Release Note:
|
|
95
95
|
|
|
96
|
+
### V2.4.4
|
|
97
|
+
- Minor bug fix + V2.4.3
|
|
98
|
+
|
|
96
99
|
### V2.4.3
|
|
97
100
|
- **New:** SonarCloud API integration. Navigate to **Integrations -> SonarCloud** in the Boman SaaS to setup SonarCloud.
|
|
98
101
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|