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

Improve help text on cluster select #173

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ To get started, after installation run the following:
Change Log
==========

Unreleased
----------
- Improve help text on cluster select (#173)

7.0.2
----------
- Pause telemetry collection. Update code for 7.0.2 release (#172)
Expand Down
3 changes: 3 additions & 0 deletions src/sfctl/custom_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ def select(endpoint, cert=None, key=None, pem=None, ca=None, #pylint: disable=in
path to a CA bundle file or directory of trusted CA certs. If using a
directory of CA certs, `c_rehash <directory>` provided by OpenSSL must be run first to compute
the certificate hashes and create the appropriate symbolics links.

Typically, the endpoint will look something like https://<your-url>:19080

:param str endpoint: Cluster endpoint URL, including port and HTTP or HTTPS
prefix
:param str cert: Absolute path to a client certificate file
Expand Down