docs: refreshed stdlib

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-06-16 12:14:39 +02:00
parent 776814910d
commit c6e3d35899
26 changed files with 293 additions and 189 deletions

View File

@@ -6,11 +6,15 @@ sidebar_label: aws
AWS base package
## #CLI
```cue
import "dagger.io/aws"
```
## aws.#CLI
Re-usable aws-cli component
### #CLI Inputs
### aws.#CLI Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
@@ -18,15 +22,15 @@ Re-usable aws-cli component
|*config.accessKey* | `dagger.#Secret` |AWS access key |
|*config.secretKey* | `dagger.#Secret` |AWS secret key |
### #CLI Outputs
### aws.#CLI Outputs
_No output._
## #Config
## aws.#Config
AWS Config shared by all AWS packages
### #Config Inputs
### aws.#Config Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
@@ -34,6 +38,6 @@ AWS Config shared by all AWS packages
|*accessKey* | `dagger.#Secret` |AWS access key |
|*secretKey* | `dagger.#Secret` |AWS secret key |
### #Config Outputs
### aws.#Config Outputs
_No output._