github.com/fastly/cli@v1.7.2-0.20240304164155-9d0f1d77c3bf/README.md (about)

     1  <div align="center">
     2    <h3 align="center">Fastly CLI</h3>
     3    <p align="center">A CLI for interacting with the Fastly platform.</p>
     4    <p align="center">
     5        <a href="https://developer.fastly.com/reference/cli/"><img alt="Documentation" src="https://img.shields.io/badge/cli-reference-yellow"></a>
     6        <a href="https://github.com/fastly/cli/releases/latest"><img alt="Latest release" src="https://img.shields.io/github/v/release/fastly/cli" /></a>
     7        <a href="#License"><img alt="Apache 2.0 License" src="https://img.shields.io/github/license/fastly/cli" /></a>
     8        <a href="https://goreportcard.com/report/github.com/fastly/cli"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/fastly/cli" /></a>
     9    </p>
    10  </div>
    11  
    12  ## Quick links
    13  
    14  - [Installation](https://developer.fastly.com/learning/tools/cli#installing)
    15  - [Shell auto-completion](https://developer.fastly.com/learning/tools/cli#shell-auto-completion)
    16  - [Configuring](https://developer.fastly.com/learning/tools/cli#configuring)
    17  - [Commands](https://developer.fastly.com/reference/cli/#command-groups)
    18  - [Development](DEVELOPMENT.md)
    19  - [Testing](TESTING.md)
    20  - [Documentation](DOCUMENTATION.md)
    21  
    22  ## Contributing
    23  
    24  Refer to [CONTRIBUTING.md](./CONTRIBUTING.md)
    25  
    26  ## Issues
    27  
    28  If you encounter any non-security-related bug or unexpected behavior, please [file an issue][bug]
    29  using the bug report template.
    30  
    31  Please also check the [CHANGELOG](./CHANGELOG.md) for any breaking-changes or migration guidance.
    32  
    33  ### Security issues
    34  
    35  Please see our [SECURITY.md](SECURITY.md) for guidance on reporting security-related issues.
    36  
    37  ## License
    38  
    39  [Apache 2.0](LICENSE).
    40  
    41  [bug]: https://github.com/fastly/cli/issues/new?labels=bug&template=bug_report.md