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

Added an example command for the template #2518

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gurjeet
Copy link

@gurjeet gurjeet commented Jun 22, 2024

Added an example Cloud Foundry command for the template command provided
in the announcement.

Changes proposed in this pull request:

Added an example Cloud Foundry command for the template command provided
in the announcement.

Security Considerations

There are no security considerations, because this merely shows an example
invocation of Cloud Foundry CLI. This is similar to the examples previously
provided in the documentation here:

https://cloud.gov/docs/services/relational-database/

Added an example for the template shell command provided in the announcement.
@gurjeet gurjeet requested a review from a team as a code owner June 22, 2024 06:42
Comment on lines +18 to +22
For example,

```shell
cf create-service aws-rds micro-psql my-test-service -c '{"version":"15"}'
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For example,
```shell
cf create-service aws-rds micro-psql my-test-service -c '{"version":"15"}'
```
For example:
```shell
cf create-service aws-rds micro-psql my-test-service -c '{"version":"14"}'
```

Since the default version is currently 15, we want to show how to set an alternate version

@markdboyd
Copy link
Contributor

@gurjeet Thanks for the contribution! I had one comment on the PR that needs to be addressed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants