mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
951f13007a
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
596 B
596 B
ibmcloud api
Set or view the IBM Cloud API endpoint. More information: https://cloud.ibm.com/docs/cli?topic=cli-ibmcloud_cli#ibmcloud_api.
- View the current API endpoint:
ibmcloud api
- Set the API endpoint to
cloud.ibm.com:
ibmcloud api cloud.ibm.com
- Set a private API endpoint:
ibmcloud api private.cloud.ibm.com
- Use a VPC connection for a private endpoint:
ibmcloud api private.cloud.ibm.com --vpc
- Bypass SSL validation of HTTP requests:
ibmcloud api https://cloud.ibm.com --skip-ssl-validation
- Remove the API endpoint setting:
ibmcloud api --unset