590 Commits

Author SHA1 Message Date
Sergio Gasquez Arcos
b6fe84be5e
Merge pull request #127 from Nukesor/configurable-config-path
add: CLI option to specify config path
2023-01-04 15:07:25 +01:00
Arne Beer
2400f9a13b
Merge pull request #1 from SergioGasquez/configurable-config-path
Minor formatting changes
2023-01-04 14:43:42 +01:00
Sergio Gasquez
7940a32721 style: 🎨 Minor formatting 2023-01-04 12:12:23 +00:00
Arne Beer
721318a526
add: Introduce ConfigFile struct 2023-01-03 16:33:34 +01:00
Arne Beer
12d977e573
add: CLI option to specify config path 2023-01-03 16:25:50 +01:00
Sergio Gasquez
93a988db46 docs: 🎨 Format name 2023-01-03 10:15:54 +00:00
Sergio Gasquez
84138aed04 fix: 📝 Fix typo 2023-01-03 10:15:07 +00:00
Sergio Gasquez Arcos
061f0a16b2
Merge pull request #126 from esp-rs/fix/logs
Fix logs
2023-01-03 11:06:43 +01:00
Sergio Gasquez
3ed2292fb1 chore: 🎨 Format Warn logs 2023-01-03 09:39:10 +00:00
Sergio Gasquez
35a7a589d9 chore: 🔊 Add --quiet to several commands 2023-01-03 09:38:49 +00:00
Sergio Gasquez
9ab7cb98bf chore: 🔊 Remove third parties logs 2023-01-02 16:24:51 +01:00
Sergio Gasquez Arcos
3e0b164421
Merge pull request #125 from jessebraham/fixes/misc
Small fixes and cleanup
2023-01-02 13:37:15 +01:00
Jesse Braham
9bad4e8a57 Silence output from invoked script/application when install Rust 2022-12-31 10:10:55 -08:00
Jesse Braham
c095b89338 Fix some typos, more consistent quoting in output 2022-12-31 09:42:40 -08:00
Jesse Braham
acca45cb83 Use a single package directories instead for determining paths 2022-12-31 09:42:17 -08:00
Jesse Braham
8c1b513b2f Do not depend on strum_macros explicitly, as it's included via strum's derive feature 2022-12-31 09:40:22 -08:00
Sergio Gasquez Arcos
542591b4e0
Merge pull request #124 from esp-rs/feature/add-tests
Add unit tests
2022-12-30 12:08:55 +01:00
Sergio Gasquez
9776c0b1be fix: 🎨 Fix clippy warnings 2022-12-30 12:00:22 +01:00
Sergio Gasquez
eff79cf661 test: Fix windows tests 2022-12-30 11:54:50 +01:00
Sergio Gasquez
79d1c469cd test: Add export_environment tests 2022-12-30 11:35:54 +01:00
Sergio Gasquez
b91c8c525c style: 🎨 Remove unused comment 2022-12-30 11:30:05 +01:00
Sergio Gasquez
a1c68ab985 test: Add download_file tests 2022-12-30 11:24:31 +01:00
Sergio Gasquez
d8450d94e7 refactor: 🔥 Remove get_home_dir fn 2022-12-30 10:55:57 +01:00
Sergio Gasquez
1ece99a510 test: Add get_rustup_home tests 2022-12-30 10:52:36 +01:00
Sergio Gasquez
c2965b3276 test: Add get_cargo_home tests 2022-12-30 10:50:48 +01:00
Sergio Gasquez Arcos
7ab8ad9cdc
Merge pull request #116 from esp-rs/dependabot/cargo/clap-4.0.32
build(deps): bump clap from 4.0.29 to 4.0.32
2022-12-30 10:40:04 +01:00
Sergio Gasquez Arcos
8580850e2f
Merge pull request #117 from esp-rs/dependabot/cargo/serde-1.0.152
build(deps): bump serde from 1.0.151 to 1.0.152
2022-12-30 10:39:52 +01:00
Sergio Gasquez Arcos
ee802612c2
Merge pull request #122 from esp-rs/fix/help-documentation
Fix install help documentation
2022-12-30 10:39:38 +01:00
Sergio Gasquez
4fd66bdc3c docs: 📝 Update export_file documentation 2022-12-30 10:38:47 +01:00
Sergio Gasquez
1a21ef9593 test: 🧪 Add a test case: Export file path is a directory 2022-12-30 10:25:43 +01:00
Sergio Gasquez
87863fe8f8 fix: Fix tests 2022-12-30 10:10:18 +01:00
Sergio Gasquez
67e03c878c fix: 🐛 Fix clippy warnings 2022-12-29 13:12:15 +00:00
Sergio Gasquez
8d9e5f1333 docs: 📝 Update update usage section 2022-12-29 13:04:15 +00:00
Sergio Gasquez
fc38f3330c docs: 📝 Update install usage section 2022-12-29 13:03:21 +00:00
Sergio Gasquez
6aae03d230 feat: Check if the provided export-file is a file path 2022-12-29 13:00:26 +00:00
Sergio Gasquez
829820f4c8 docs: 📝 Update export_file documentation 2022-12-29 13:44:43 +01:00
Sergio Gasquez
eae6ff61ef docs: 📝 Update profile-minimal documentation 2022-12-29 13:12:56 +01:00
Sergio Gasquez
6448fc39ae docs: 📝 Update esp-idf-version documentation 2022-12-29 13:05:50 +01:00
dependabot[bot]
b41a588e02
build(deps): bump serde from 1.0.151 to 1.0.152
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.151 to 1.0.152.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.151...v1.0.152)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-29 09:03:51 +00:00
Sergio Gasquez Arcos
989ac4ada3
Merge pull request #118 from esp-rs/dependabot/cargo/async-trait-0.1.60
build(deps): bump async-trait from 0.1.59 to 0.1.60
2022-12-29 10:02:32 +01:00
Sergio Gasquez Arcos
6a79c83dc6
Merge pull request #119 from esp-rs/dependabot/cargo/openssl-0.10.45
build(deps): bump openssl from 0.10.44 to 0.10.45
2022-12-28 11:50:27 +01:00
Sergio Gasquez Arcos
f21e78d337
Merge pull request #120 from esp-rs/fix/uninstall
Update uninstall command
2022-12-27 12:13:05 +01:00
Sergio Gasquez Arcos
9954cc82c1
Merge pull request #110 from esp-rs/fix/default-host-error
Add possibles values to default_host arguments
2022-12-27 11:12:20 +01:00
Sergio Gasquez
7bc3f5adf8 chore: 🔊 Update logs 2022-12-27 10:09:26 +00:00
Sergio Gasquez
852af724b2 docs: 📝 Add documentation for uninstall methods 2022-12-27 10:30:43 +01:00
Sergio Gasquez
b52cb2cff9 refactor: ♻️ Use uinstall methods 2022-12-27 10:22:18 +01:00
Sergio Gasquez
68a116b00c refactor: ♻️ Add uninstall method 2022-12-27 10:21:35 +01:00
Sergio Gasquez
f25545e0f3 refactor: ♻️ Add uninstall method 2022-12-27 10:21:25 +01:00
Sergio Gasquez
8f2ce52020 refactor: ♻️ Add uninstall methods 2022-12-27 10:20:56 +01:00
Sergio Gasquez
abf4d4d7c0 refactor: ♻️ Add uninstall method 2022-12-27 10:19:21 +01:00