Skip to content

Commit a24e083

Browse files
Merge pull request #310871 from Sneezry/patch-15
Release 7.7.0.8
2 parents b820cc0 + dadd135 commit a24e083

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

articles/migrate/appcat/appcat-7-cli-guide.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ In the AppCAT CLI install path, you can configure the **.appcat-ignore** file to
150150
- Analyze a source code directory:
151151

152152
```bash
153-
appcat analyze --input <path-to-source> --output <path-to-output>
153+
appcat analyze --input <path-to-source> --output <path-to-output> --target <target-name>
154154
```
155155

156156
- Analyze a source code directory with specific source and target technologies:
@@ -166,7 +166,7 @@ In the AppCAT CLI install path, you can configure the **.appcat-ignore** file to
166166
- Analyze a source code directory with extra custom rules:
167167

168168
```bash
169-
appcat analyze --input <path-to-source> --output <path-to-output> --rules <path-to-rules>
169+
appcat analyze --input <path-to-source> --output <path-to-output> --rules <path-to-rules> --target <target-name>
170170
```
171171

172172
- Analyze a source code directory using only custom rules, without default rulesets:
@@ -177,6 +177,7 @@ In the AppCAT CLI install path, you can configure the **.appcat-ignore** file to
177177
--output /path/to/output \
178178
--enable-default-rulesets=false \
179179
--rules /path/to/rules
180+
--target azure-aks,azure-appservice,azure-container-apps
180181
```
181182

182183
- Analyze and add more application analysis to an existing output directory and static report:
@@ -223,6 +224,7 @@ In the AppCAT CLI install path, you can configure the **.appcat-ignore** file to
223224
--input <path-to-source> \
224225
--output <path-to-output> \
225226
--context-lines-number <line-number>
227+
--target=<target-name>
226228
```
227229

228230
The following screenshot shows an example of using `--context-lines-number 3`:
@@ -236,6 +238,7 @@ In the AppCAT CLI install path, you can configure the **.appcat-ignore** file to
236238
--input <path-to-source> \
237239
--output <path-to-output> \
238240
--code-snips-number -1
241+
--target=<target-name>
239242
```
240243

241244
When `--code-snips-number -1` is set, code snippets aren't exported to the report. This behavior helps prevent sensitive data from being included.
@@ -272,7 +275,7 @@ Converts Windup XML rules to YAML.
272275
The following example converts a windup XML rule to YAML:
273276

274277
```bash
275-
appcat transform rules --input <path-to-rule> --output <path-to-output-folder>
278+
appcat transform rules --input <path-to-rule> --output <path-to-output-folder> --target=<target-name>
276279
```
277280

278281
### appcat version

articles/migrate/appcat/appcat-7-release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ This article provides the release notes for Azure Migrate application and code a
1818

1919
## Release history
2020

21+
### 7.7.0.8
22+
23+
This release contains the following features:
24+
- Added incremental report generation support.
25+
- Improved performance for builtin rules.
26+
2127
### 7.7.0.7
2228

2329
This release contains the following fixes and enhancements:

0 commit comments

Comments
 (0)