Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete CLI spec #11

Closed
Frijol opened this issue Feb 20, 2015 · 1 comment
Closed

Incomplete CLI spec #11

Frijol opened this issue Feb 20, 2015 · 1 comment
Assignees

Comments

@Frijol
Copy link
Member

Frijol commented Feb 20, 2015

I don't think the CLI spec lists all the commands we're planning to provide. What is missing?

E.g. something like tessel wap --start turns tessel into a wireless access point

(Moved here from #5)

@tcr tcr added the spec-cli label Feb 20, 2015
@johnnyman727
Copy link
Contributor

There are a few different scenarios that the spec currently doesn't cover like access points and ethernet configuration. The problem is that there are just so many different possible configurations. I submit that we should just expose
tessel wap -n ssid -p password: set the credentials and start up the access point
tessel wap up: start up the access point with previously provided credentials
tessel wap down: cancel the access point

For anything more complicated, people can ssh in directly and modify.

johnnyman727 added a commit that referenced this issue Mar 13, 2015
@johnnyman727 johnnyman727 self-assigned this Mar 13, 2015
@Frijol Frijol added this to the Complete Speculation milestone Jul 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants