Skip to content

Commit c8ddd15

Browse files
Fix list rendring
1 parent 61a1a18 commit c8ddd15

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

docs/CommandLineInterface/index.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ The AppBox CLI tool can be installed directly from the AppBox application using
3232
```
3333
![](Screenshots/ABCLIHelp.webp)
3434

35-
The installation process will:
36-
- Create a symbolic link to the CLI tool in `/usr/local/bin/`
37-
- Make the `appboxcli` command available system-wide
38-
- Configure proper permissions for command execution
35+
The installation process will:
36+
- Create a symbolic link to the CLI tool in `/usr/local/bin/`
37+
- Make the `appboxcli` command available system-wide
38+
- Configure proper permissions for command execution
3939

40-
This authentication is required because the CLI tool installation process needs administrative privileges to:
41-
- Create symbolic links in system directories
42-
- Set appropriate file permissions
43-
- Configure the CLI environment
40+
This authentication is required because the CLI tool installation process needs administrative privileges to:
41+
- Create symbolic links in system directories
42+
- Set appropriate file permissions
43+
- Configure the CLI environment
4444

4545
## Uninstallation
4646

@@ -177,15 +177,15 @@ appboxcli --ipa MyApp.ipa \
177177
178178
## Error Handling
179179
180-
The CLI tool provides comprehensive error handling and logging:
181-
- **Exit Code 0**: Success
182-
- **Exit Code 111**: Email sending failed
183-
- **Exit Code 118**: Unable to create manifest file
184-
- **Exit Code 119**: IPA file not found
185-
- **Exit Code 120**: Info.plist not found in IPA
186-
- **Exit Code 121**: Unable to unzip IPA file
187-
- **Exit Code 124**: Upload failed
188-
- **Exit Code 127**: Invalid command
180+
The CLI tool provides comprehensive error handling and logging:
181+
- **Exit Code 0**: Success
182+
- **Exit Code 111**: Email sending failed
183+
- **Exit Code 118**: Unable to create manifest file
184+
- **Exit Code 119**: IPA file not found
185+
- **Exit Code 120**: Info.plist not found in IPA
186+
- **Exit Code 121**: Unable to unzip IPA file
187+
- **Exit Code 124**: Upload failed
188+
- **Exit Code 127**: Invalid command
189189
190190
## Troubleshooting
191191
@@ -206,16 +206,16 @@ The CLI tool provides comprehensive error handling and logging:
206206
```
207207
208208
3. **AppBox Not Found Error**
209-
- Ensure AppBox.app is installed in `/Applications/` folder
210-
- Verify AppBox is properly configured with Dropbox access
209+
- Ensure AppBox.app is installed in `/Applications/` folder
210+
- Verify AppBox is properly configured with Dropbox access
211211
212212
4. **Upload Failures**
213-
- Check internet connection
214-
- Verify Dropbox account has sufficient storage
215-
- Ensure IPA file is valid and not corrupted
213+
- Check internet connection
214+
- Verify Dropbox account has sufficient storage
215+
- Ensure IPA file is valid and not corrupted
216216
217217
### Getting Help
218-
For additional help and support:
219-
- Run `appboxcli --help` for command-line options
220-
- Visit the [AppBox Documentation](https://docs.getappbox.com)
221-
- Report issues on [GitHub](https://github.com/getappbox/AppBox-iOSAppsWirelessInstallation/issues)
218+
For additional help and support:
219+
- Run `appboxcli --help` for command-line options
220+
- Visit the [AppBox Documentation](https://docs.getappbox.com)
221+
- Report issues on [GitHub](https://github.com/getappbox/AppBox-iOSAppsWirelessInstallation/issues)

0 commit comments

Comments
 (0)