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

Ability to pass GameServer yaml/json to local sdk server #328

Merged
merged 1 commit into from
Aug 27, 2018

Commits on Aug 27, 2018

  1. Ability to pass GameServer yaml/json to local sdk server

    To be able to work locally, you need to be able to specify your
    local `GameServer` configuration, as it likely will have application specific
    configuration in it -- or maybe you want to specify what state it's in.
    
    This commit allow you to specify the local resource as either yaml/json
    through a `-f` or `--file` flag.
    
    Closes googleforgames#296
    markmandel committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    a486366 View commit details
    Browse the repository at this point in the history