Skip to content

Commit

Permalink
support note
Browse files Browse the repository at this point in the history
  • Loading branch information
theganyo committed May 14, 2020
1 parent c3e67a3 commit 9ba5a5d
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 19 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

Issues filed on Github are not subject to service level agreements (SLAs) and responses should be
assumed to be on an ad-hoc volunteer basis. The [Apigee community board](https://community.apigee.com/)
is recommended as for community support and is regularly checked by Apigee experts.

Apigee customers should use [formal support channels](https://cloud.google.com/apigee/support).


---
**Describe the issue**


**Steps to Reproduce**


**Platform (include version)**
OS:
Envoy:
Kubernetes:
Istio:

**Additional context**
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Describe the issue**


**Describe the solution**


**Describe alternatives you've considered**


**Additional context**
25 changes: 6 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,26 +105,13 @@ directory if you have an entry for your management host machine.

## Using Apigee Remote Service

Now check out [apigee-remote-proxy-envoy](../../../apigee-remote-service-envoy)
See [apigee-remote-proxy-envoy](../../../apigee-remote-service-envoy)
to put Apigee Remote Service to use with Envoy as an API proxy.

Also, check out the additional capabilities of the CLI including
binding Apigee products to target APIs and manipulating JWT tokens.
## Support

$ apigee-remote-service-cli -h
This command lets you interact with Apigee Remote Service
Issues filed on Github are not subject to service level agreements (SLAs) and responses should be
assumed to be on an ad-hoc volunteer basis. The [Apigee community board](https://community.apigee.com/)
is recommended as for community support and is regularly checked by Apigee experts.

Usage:
apigee-remote-service-cli [command]

Available Commands:
bindings Manage Apigee Product to Remote Service bindings
help Help about any command
provision Provision your Apigee environment for remote services
token JWT Token Utilities
version Prints build version - specify org and env to include proxy version

Flags:
-h, --help help for apigee-remote-service-cli

Use "apigee-remote-service-cli [command] --help" for more information about a command.
Apigee customers should use [formal support channels](https://cloud.google.com/apigee/support).

0 comments on commit 9ba5a5d

Please sign in to comment.