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
Copy file name to clipboardExpand all lines: docs/user/trackingCli.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,26 +14,26 @@ The syntax to call FastTrack command line interface differs according to the pla
14
14
15
15
## Installing fasttrack-cli
16
16
17
-
The command-line interface is available for macOS, Linux, and Windows. It can be downloaded on [the release page](https://github.com/FastTrackOrg/FastTrack/releases/latest). Since version 6.4.0 the fasttrack-cli is installed in the same folder as fasttrack for Windows.
17
+
The command-line interface is available for macOS, Linux, and Windows. Since version 6.5.0 the fasttrack-cli is incorporated into the main fasttrack executable.
18
18
19
-
The full list of parameters can be found by calling ```./fasttrack-cli --help```.
20
-
Parameters can be declared individually by calling ```./fasttrack-cli --path path/to/movie.webm --parameter1 value --parameter2 value``` or in batch with a parameters file ```./fasttrack-cli --path path/to/movie.webm --cfg path/cfg.toml```. Note that the path option need to be the first option.
19
+
The full list of parameters can be found by calling ```./fasttrack --cli --help```.
20
+
Parameters can be declared individually by calling ```./fasttrack --cli --path path/to/movie.webm --parameter1 value --parameter2 value``` or in batch with a parameters file ```./fasttrack-cli --path path/to/movie.webm --cfg path/cfg.toml```. Note that the path option need to be the first option.
21
21
22
-
## Calling fasttrack-cli from a Python script
22
+
## Calling fasttrackcli from a Python script
23
23
24
24
FastTrack can be called inside a Python script to automate the tracking.
0 commit comments