> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Commands

#### nTop Automate Key Commands

##### Login via Cloud or Named User License

```bash theme={null}
"C:/Program Files/nTopology/nTopology/ntopcl.exe" -u [email] -w [password]
```

##### Login via proxy server

```bash theme={null}
"C:/Program Files/nTopology/nTopology/ntopcl.exe" -u [email] -w [password] --loginproxy [your proxy address]:[port]
```

##### Login via FlexNet Publisher (FNP) Floating License

```bash theme={null}
"C:/Program Files/nTopology/nTopology/ntopcl.exe" --license [PORT@HOSTNAME]
```

##### Login via local license

```bash theme={null}
"C:/Program Files/nTopology/nTopology/ntopcl.exe" --license [Path to .lic file]
```

##### Saving a log file of the nTop Automate execution

```bash theme={null}
"C:/Program Files/nTopology/nTopology/ntopcl.exe" --logfile=[.log file] [rest of the command]
```

##### Passing input variables in the command line directly

```bash theme={null}
"C:/Program Files/nTopology/nTopology/ntopcl.exe" -i 5.0mm -i "C:\Outputs\geometry.stl" [nTop Notebook Path]
```

##### Generating the input and output JSON templates

```bash theme={null}
"C:/Program Files/nTopology/nTopology/ntopcl.exe" -t [nTop Notebook Path]
```

##### Passing input variables from a JSON file

```bash theme={null}
"C:/Program Files/nTopology/nTopology/ntopcl.exe" -j inputs.json [nTop Notebook Path]
```

##### Collecting the output data as a JSON file

```bash theme={null}
"C:/Program Files/nTopology/nTopology/ntopcl.exe" -j inputs.json -o output.json [nTop Notebook Path]
```

##### Collecting the output data with detailed properties

```bash theme={null}
"C:/Program Files/nTopology/nTopology/ntopcl.exe" -j inputs.json -o output.json -p [nTop Notebook Path]
```

##### Overwriting the Notebook after the nTop Automate execution

```bash theme={null}
"C:/Program Files/nTopology/nTopology/ntopcl.exe" --save [rest of the command]
```

##### Enabling Trust Settings for nTop Automate

```bash theme={null}
"C:/Program Files/nTopology/nTopology/ntopcl.exe" --trustnotebook [nTop Notebook Path]
```
