Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
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
{{ message }}
arduino
/
arduino-cli
Public
Notifications
You must be signed in to change notification settings
Fork
401
Star
4.5k
Code
Issues
193
Pull requests
19
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Breadcrumbs
History for
arduino-cli
main.go
on
v1.2.2
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 11, 2024
Expose golang `fqbn` package for public use (#2768)
Show description for 84fc413
cmaglie
authored
84fc413
Copy full SHA for 84fc413
Commits on Aug 2, 2024
Added global `--config-dir` flag (#2677)
Show description for a353f86
cmaglie
authored
a353f86
Copy full SHA for a353f86
Commits on Jun 17, 2024
Silence config warnings in text mode except for 'config ...' commands (#2641)
cmaglie
authored
7219aa8
Copy full SHA for 7219aa8
Commits on May 15, 2024
Show config-load warning after feedback package initialization
cmaglie
committed
9585728
Copy full SHA for 9585728
Disable logging until it is setup in the arduino-cli pre-run
cmaglie
committed
a58c350
Copy full SHA for a58c350
Commits on May 6, 2024
Tolerate errors in invalid config files, and report them as warnings
cmaglie
committed
27e9c3e
Copy full SHA for 27e9c3e
Use custom type to avoid context-values collisions
cmaglie
committed
0453677
Copy full SHA for 0453677
Implementation of Viper replacement library
Show description for 4c50868
cmaglie
committed
4c50868
Copy full SHA for 4c50868
Removed global *viper.Viper settings instance
Show description for 1fddba7
cmaglie
committed
1fddba7
Copy full SHA for 1fddba7
Inlining methods in ArduinoCoreServiceImpl (part 1: BoardListAll)
Show description for 23ccd43
cmaglie
committed
23ccd43
Copy full SHA for 23ccd43
Commits on Jan 4, 2024
Allow to specify the config file through `ARDUINO_CONFIG_FILE` env (#2488)
alessio-perugini
authored
95753fc
Copy full SHA for 95753fc
Commits on Dec 18, 2023
[breaking] refactor: made some golang modules private (part 3) (#2467)
Show description for 0e21e6f
cmaglie
authored
0e21e6f
Copy full SHA for 0e21e6f
Commits on Dec 13, 2023
[breaking] refactor: made some golang modules private (part 2) (#2455)
Show description for 0fc6575
cmaglie
authored
0fc6575
Copy full SHA for 0fc6575
Commits on Feb 27, 2023
[breaking] fix: remove tree config lookup (#2085)
Bikappa
authored
e7ba99f
Copy full SHA for e7ba99f
Commits on Jan 16, 2023
[breaking] Fixed a lot of `--format json` and, in general, how Arduino CLI output is handled (#2003)
Show description for b3e8f8a
cmaglie
and
per1234
authored
b3e8f8a
Copy full SHA for b3e8f8a
Commits on Jul 28, 2021
[breaking] Pass user locale preference directly to i18n package (#1365)
Show description for 7b68b48
per1234
authored
7b68b48
Copy full SHA for 7b68b48
Commits on Oct 14, 2020
Refactored config to not use viper singleton instance (#1027)
Show description for 9f49ea3
silvanocerza
and
cmaglie
authored
9f49ea3
Copy full SHA for 9f49ea3
Commits on Oct 12, 2020
Revert "Add --dest-file flag to config init command (#957)" (#1026)
Show description for 37ba57e
silvanocerza
authored
37ba57e
Copy full SHA for 37ba57e
Commits on Oct 5, 2020
Add --dest-file flag to config init command (#957)
silvanocerza
authored
900654f
Copy full SHA for 900654f
Commits on Jun 1, 2020
Add support for i18n in the cli (#676)
Show description for d53a15b
hdiniz
authored
d53a15b
Copy full SHA for d53a15b
Commits on Jan 7, 2020
[skip changelog] update copyright notice (#542)
Massimiliano Pippi
authored
d83170e
Copy full SHA for d83170e
Commits on Aug 28, 2019
Rewrite the output system (#345)
Show description for 68e82ba
masci
authored
68e82ba
Copy full SHA for 68e82ba
Commits on Jul 17, 2019
rearrange cli commands
masci
committed
dfb9796
Copy full SHA for dfb9796
Commits on May 13, 2019
Moved commands/root module on more appropriate cli/root
cmaglie
committed
584d657
Copy full SHA for 584d657
Commits on Feb 22, 2019
Deamon implementation and refactoring
cmaglie
committed
12868a5
Copy full SHA for 12868a5
Commits on Aug 8, 2018
Adjusted imports for github.com/arduino
cmaglie
committed
b249bb5
Copy full SHA for b249bb5
Commits on Aug 7, 2018
Updated license
cmaglie
committed
027ae0d
Copy full SHA for 027ae0d
Commits on Apr 24, 2018
Made cobra initialization less static and less dependent on init()
Show description for 03d593c
cmaglie
committed
03d593c
Copy full SHA for 03d593c
Removed useless `viper` configuration module
Show description for 6d37d8d
cmaglie
committed
6d37d8d
Copy full SHA for 6d37d8d
Commits on Mar 5, 2018
Fix tests, while handling the CLI 'os.Exit()' dead-ends
lorenzo-biava
committed
c90017a
Copy full SHA for c90017a
Commits on Dec 29, 2017
Restructured commands package.
Lerg
committed
2e77b6a
Copy full SHA for 2e77b6a
Commits on Oct 9, 2017
updating docs
saniales
authored and
cmaglie
committed
c4ee61a
Copy full SHA for c4ee61a
Commits on Jul 25, 2017
added docs flag
saniales
committed
d150bae
Copy full SHA for d150bae
Commits on Jun 14, 2017
Added autocompletion and documention about bash_autocompletion and manpages
saniales
committed
e4bbaa5
Copy full SHA for e4bbaa5
Adding man pages support
saniales
committed
03d7ef7
Copy full SHA for 03d7ef7
Pagination
Previous
Next
You can’t perform that action at this time.