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

add a --serialized-config flag #3

Open
opalmer opened this issue Jan 15, 2014 · 0 comments
Open

add a --serialized-config flag #3

opalmer opened this issue Jan 15, 2014 · 0 comments
Assignees

Comments

@opalmer
Copy link
Member

opalmer commented Jan 15, 2014

In some circumstances the agent will need to be restarted. The problem currently is that if you have a command line flag, --ram, that is only part of the start target you need to be sure the old value is carried over when 'start' is called again. What we'll probably end up doing is provide a --config flag of some sort that can:

  • serialize the current configuration object to disk
  • pass in the configuration to the start target
  • load in the serialized data into the configuration object

This means that in many cases extra command line flag won't need to be duplicated into targets where they don't make sense.

@ghost ghost assigned opalmer Jan 15, 2014
@opalmer opalmer modified the milestones: 0.8.0, 0.7.0 May 15, 2014
@opalmer opalmer removed the ready label Jul 4, 2014
@opalmer opalmer removed this from the 0.8.0 milestone Sep 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant