Skip to main content

TODO

Project description

TODO: project description.

Quick demo

To start both the server and the client, 2 terminal windows are required.

  • Server:

    Start first sub-shell:

    ./dev-shell.bash
    

    In this sub-shell, start the server:

    python -m argrelay.relay_server
    

    FYI: server config: ~/.argrelay.server.yaml

  • Client:

    Start second sub-shell:

    ./dev-shell.bash
    

    This sub-shell is already configured with completion for relay_demo command (temporarily) while it is running.

    FYI: client config: ~/.argrelay.client.yaml

  • Try to complete command relay_demo:

    relay_demo prod         # press Tab one or multiple times
    
    relay_demo prod ro      # press Alt+Shift+Q shortcut to describe command line args
    
  • To clean up, exit sub-shells:

    exit
    

Project details


Release history Release notifications | RSS feed

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page