-
Notifications
You must be signed in to change notification settings - Fork 4
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
create backplane cli #21
Comments
Some ideas:
here |
7 tasks
ripienaar
added a commit
that referenced
this issue
Jul 10, 2018
(#21) create an entirely new backplane cli
ripienaar
added a commit
that referenced
this issue
Jul 10, 2018
(#21) avoid the DDL file requirement in the backplane cli
ripienaar
added a commit
that referenced
this issue
Jul 11, 2018
(#21) move the backplane code into a library and create main.go
ripienaar
added a commit
that referenced
this issue
Jul 11, 2018
(#21) drop some missleading CLI filters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I reckon the best is if instead of allowing the agent name to be changed we standardise to
backplane
, we then create a CLI in go that gets released. It also avoids all the insanity with DDL filesThis hugely reduce the on boarding surface area since someone then just need to
backplane enroll
and once they are on the network can manage their microservices with no ruby stuff needed at all.In time once a choria CA exist this will create a very low friction setup - one that can even be started from a docker compose file in its entirity
The text was updated successfully, but these errors were encountered: