Skip to content

Commit

Permalink
This is a cosmetic fix to the README authoring experience
Browse files Browse the repository at this point in the history
This allows the config table to be formatted without 200+ character lines. There is no
observable change to the rendered markdown.
  • Loading branch information
iwahbe committed Apr 4, 2024
1 parent 5a30f6e commit e4d3ac2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,13 @@ Ensure that you have ran `pulumi login`. Run `pulumi whoami` to verify that you

### Configuration Options

Use `pulumi config set pulumiservice:<option>` or pass options to the [constructor of `new pulumiservice.Provider`](https://pulumi.com/registry/packages/pulumiservice/api-docs/provider).
Use `pulumi config set pulumiservice:<option>` or pass options to the [constructor of `new pulumiservice.Provider`][1].

| Option | Environment Variable Name | Required/Optional | Description |
| ------------- | ------------------------- | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `accessToken` | `PULUMI_ACCESS_TOKEN` | Optional | Overrides [Pulumi Service Access Tokens](https://www.pulumi.com/docs/intro/pulumi-service/accounts/#access-tokens) |
| `apiUrl` | `PULUMI_BACKEND_URL` | Optional | Allows overriding default [Pulumi Service API URL](https://www.pulumi.com/docs/reference/service-rest-api) for [self hosted customers](https://www.pulumi.com/docs/guides/self-hosted/). |
| Option | Environment Variable Name | Required/Optional | Description |
|---------------|---------------------------|-------------------|---------------------------------------------------------------------------------------|
| `accessToken` | `PULUMI_ACCESS_TOKEN` | Optional | Overrides [Pulumi Service Access Tokens][2] |
| `apiUrl` | `PULUMI_BACKEND_URL` | Optional | Allows overriding default [Pulumi Service API URL][3] for [self hosted customers][4]. |
| | | | |

## Examples

Expand Down Expand Up @@ -95,3 +96,8 @@ export const members = team.members;
```

Check out the [examples/](examples/) directory for more examples.

[1]: https://pulumi.com/registry/packages/pulumiservice/api-docs/provider
[2]: https://www.pulumi.com/docs/intro/pulumi-service/accounts/#access-tokens
[3]: https://www.pulumi.com/docs/reference/service-rest-api
[4]: https://www.pulumi.com/docs/guides/self-hosted/
16 changes: 11 additions & 5 deletions sdk/python/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4d3ac2

Please sign in to comment.