jetson-cli 0.2.0__tar.gz → 0.3.0__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.
- {jetson_cli-0.2.0/jetson_cli.egg-info → jetson_cli-0.3.0}/PKG-INFO +1 -1
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/jetson_cli/__init__.py +1 -1
- {jetson_cli-0.2.0 → jetson_cli-0.3.0/jetson_cli.egg-info}/PKG-INFO +1 -1
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/jetson_cli.egg-info/SOURCES.txt +1 -0
- jetson_cli-0.3.0/release_notes.md +23 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/CLAUDE.md +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/LICENSE +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/MANIFEST.in +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/README.md +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/docs/requests/jetson-cli-package.md +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/docs/suggestions/jetson-cli-enhancements.md +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/jetson_cli/cli.py +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/jetson_cli/utils.py +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/jetson_cli.egg-info/dependency_links.txt +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/jetson_cli.egg-info/entry_points.txt +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/jetson_cli.egg-info/requires.txt +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/jetson_cli.egg-info/top_level.txt +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/pyproject.toml +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/scripts/configure-docker.sh +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/scripts/configure-power-mode.sh +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/scripts/configure-ssd.sh +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/scripts/configure-swap.sh +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/scripts/configure-system-gui.sh +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/scripts/create-env-profile.sh +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/scripts/probe-system.sh +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/scripts/setup-system.sh +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/scripts/system-config.yaml +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/setup.cfg +0 -0
- {jetson_cli-0.2.0 → jetson_cli-0.3.0}/setup.py +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Jetson CLI - Command-line interface for NVIDIA Jetson setup and configuration
|
|
3
3
|
"""
|
|
4
4
|
|
|
5
|
-
__version__ = "0.
|
|
5
|
+
__version__ = "0.3.0"
|
|
6
6
|
__author__ = "Jetson Setup Team"
|
|
7
7
|
__email__ = "support@jetson-setup.com"
|
|
8
8
|
__description__ = "Command-line interface for NVIDIA Jetson setup and configuration"
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
## What's Changed
|
|
2
|
+
|
|
3
|
+
### Version 0.2.0
|
|
4
|
+
|
|
5
|
+
This release includes:
|
|
6
|
+
- Automated version bump (minor)
|
|
7
|
+
- Latest script updates and improvements
|
|
8
|
+
- Bug fixes and enhancements
|
|
9
|
+
|
|
10
|
+
### Installation
|
|
11
|
+
```bash
|
|
12
|
+
pip install jetson-cli==0.2.0
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
### Usage
|
|
16
|
+
```bash
|
|
17
|
+
jetson-cli --help
|
|
18
|
+
jetson-cli probe
|
|
19
|
+
jetson-cli init
|
|
20
|
+
jetson-cli setup
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
**Full Changelog**: https://github.com/OriNachum/jetson-cli/compare/v0.1.0...v0.2.0
|
|
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
|
|
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
|