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

error in documentation: use --url instead of --server #852

Merged
merged 1 commit into from
Jan 28, 2024

Commits on Jan 27, 2024

  1. error in documentation: use --url instead of --server

    There must be error in documentation: no such option `--server`
    ```
    $dstack --version
    0.14.0
    
    $dstack config --help
    Usage: dstack config [-h] [--project PROJECT] [--url URL] [--token TOKEN]
                         [--default] [--remove] [--no-default]
    
    Options:
      -h, --help         Show this help message and exit
      --project PROJECT  The name of the project to configure
      --url URL          Server url
      --token TOKEN      User token
      --default          Set the project as default. It will be used when
                         --project is omitted in commands.
      --remove           Delete project configuration
      --no-default       Do not prompt to set the project as default
    ```
    promsoft authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    3ca2fe0 View commit details
    Browse the repository at this point in the history