Remove old docs

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine 2022-02-21 15:25:50 -07:00
parent eeb20a3999
commit 4cc93098a1
30 changed files with 0 additions and 1153 deletions

View File

@ -1,45 +0,0 @@
---
sidebar_label: argocd
---
# alpha.dagger.io/argocd
ArgoCD client operations
```cue
import "alpha.dagger.io/argocd"
```
## argocd.#CLI
Re-usable CLI component
### argocd.#CLI Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
|*config.version* | `*"v2.0.5" \| string` |ArgoCD CLI binary version |
|*config.server* | `string` |ArgoCD server |
|*config.project* | `*"default" \| string` |ArgoCD project |
|*config.token* | `dagger.#Secret` |ArgoCD authentication token |
### argocd.#CLI Outputs
_No output._
## argocd.#Config
ArgoCD configuration
### argocd.#Config Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
|*version* | `*"v2.0.5" \| string` |ArgoCD CLI binary version |
|*server* | `string` |ArgoCD server |
|*project* | `*"default" \| string` |ArgoCD project |
|*token* | `dagger.#Secret` |ArgoCD authentication token |
### argocd.#Config Outputs
_No output._

View File

@ -1,72 +0,0 @@
---
sidebar_label: app
---
# alpha.dagger.io/argocd/app
ArgoCD applications
```cue
import "alpha.dagger.io/argocd/app"
```
## app.#Application
Get an application
### app.#Application Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
|*config.version* | `*"v2.0.5" \| string` |ArgoCD CLI binary version |
|*config.server* | `string` |ArgoCD server |
|*config.project* | `*"default" \| string` |ArgoCD project |
|*config.token* | `dagger.#Secret` |ArgoCD authentication token |
|*name* | `string` |ArgoCD application |
### app.#Application Outputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
|*outputs.health* | `string` |Application health |
|*outputs.sync* | `string` |Application sync state |
|*outputs.namespace* | `string` |Namespace |
|*outputs.server* | `string` |Server |
|*outputs.urls* | `string` |Comma separated list of application URLs |
|*outputs.state* | `string` |Last operation state message |
## app.#Synchronization
Sync an application to its target state
### app.#Synchronization Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
|*config.version* | `*"v2.0.5" \| string` |ArgoCD CLI binary version |
|*config.server* | `string` |ArgoCD server |
|*config.project* | `*"default" \| string` |ArgoCD project |
|*config.token* | `dagger.#Secret` |ArgoCD authentication token |
|*application* | `string` |ArgoCD application |
### app.#Synchronization Outputs
_No output._
## app.#SynchronizedApplication
Wait for an application to reach a synced and healthy state
### app.#SynchronizedApplication Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
|*config.version* | `*"v2.0.5" \| string` |ArgoCD CLI binary version |
|*config.server* | `string` |ArgoCD server |
|*config.project* | `*"default" \| string` |ArgoCD project |
|*config.token* | `dagger.#Secret` |ArgoCD authentication token |
|*application* | `string` |ArgoCD application |
### app.#SynchronizedApplication Outputs
_No output._

View File

@ -1,57 +0,0 @@
---
sidebar_label: aws
---
# alpha.dagger.io/aws
AWS base package
```cue
import "alpha.dagger.io/aws"
```
## aws.#CLI
### aws.#CLI Inputs
_No input._
### aws.#CLI Outputs
_No output._
## aws.#Config
AWS Config shared by all AWS packages
### aws.#Config Inputs
_No input._
### aws.#Config Outputs
_No output._
## aws.#V1
Configuration specific to CLI v1
### aws.#V1 Inputs
_No input._
### aws.#V1 Outputs
_No output._
## aws.#V2
Configuration specific to CLI v2
### aws.#V2 Inputs
_No input._
### aws.#V2 Outputs
_No output._

View File

@ -1,23 +0,0 @@
---
sidebar_label: cloudformation
---
# alpha.dagger.io/aws/cloudformation
AWS CloudFormation
```cue
import "alpha.dagger.io/aws/cloudformation"
```
## cloudformation.#Stack
AWS CloudFormation Stack
### cloudformation.#Stack Inputs
_No input._
### cloudformation.#Stack Outputs
_No output._

View File

@ -1,23 +0,0 @@
---
sidebar_label: ecr
---
# alpha.dagger.io/aws/ecr
Amazon Elastic Container Registry (ECR)
```cue
import "alpha.dagger.io/aws/ecr"
```
## ecr.#Credentials
Convert ECR credentials to Docker Login format
### ecr.#Credentials Inputs
_No input._
### ecr.#Credentials Outputs
_No output._

View File

@ -1,11 +0,0 @@
---
sidebar_label: ecs
---
# alpha.dagger.io/aws/ecs
AWS Elastic Container Service (ECS)
```cue
import "alpha.dagger.io/aws/ecs"
```

View File

@ -1,23 +0,0 @@
---
sidebar_label: eks
---
# alpha.dagger.io/aws/eks
AWS Elastic Kubernetes Service (EKS)
```cue
import "alpha.dagger.io/aws/eks"
```
## eks.#KubeConfig
KubeConfig config outputs a valid kube-auth-config for kubectl client
### eks.#KubeConfig Inputs
_No input._
### eks.#KubeConfig Outputs
_No output._

View File

@ -1,23 +0,0 @@
---
sidebar_label: elb
---
# alpha.dagger.io/aws/elb
AWS Elastic Load Balancer (ELBv2)
```cue
import "alpha.dagger.io/aws/elb"
```
## elb.#RandomRulePriority
Returns an unused rule priority (randomized in available range)
### elb.#RandomRulePriority Inputs
_No input._
### elb.#RandomRulePriority Outputs
_No output._

View File

@ -1,47 +0,0 @@
---
sidebar_label: rds
---
# alpha.dagger.io/aws/rds
AWS Relational Database Service (RDS)
```cue
import "alpha.dagger.io/aws/rds"
```
## rds.#Database
Creates a new Database on an existing RDS Instance
### rds.#Database Inputs
_No input._
### rds.#Database Outputs
_No output._
## rds.#Instance
Fetches information on an existing RDS Instance
### rds.#Instance Inputs
_No input._
### rds.#Instance Outputs
_No output._
## rds.#User
Creates a new user credentials on an existing RDS Instance
### rds.#User Inputs
_No input._
### rds.#User Outputs
_No output._

View File

@ -1,23 +0,0 @@
---
sidebar_label: s3
---
# alpha.dagger.io/aws/s3
AWS Simple Storage Service
```cue
import "alpha.dagger.io/aws/s3"
```
## s3.#Object
S3 Bucket object(s) sync
### s3.#Object Inputs
_No input._
### s3.#Object Outputs
_No output._

View File

@ -1,35 +0,0 @@
---
sidebar_label: azure
---
# alpha.dagger.io/azure
Azure base package
```cue
import "alpha.dagger.io/azure"
```
## azure.#CLI
Azure Cli to be used by all Azure packages
### azure.#CLI Inputs
_No input._
### azure.#CLI Outputs
_No output._
## azure.#Config
Azure Config shared by all Azure packages
### azure.#Config Inputs
_No input._
### azure.#Config Outputs
_No output._

View File

@ -1,21 +0,0 @@
---
sidebar_label: resourcegroup
---
# alpha.dagger.io/azure/resourcegroup
```cue
import "alpha.dagger.io/azure/resourcegroup"
```
## resourcegroup.#ResourceGroup
Create a resource group
### resourcegroup.#ResourceGroup Inputs
_No input._
### resourcegroup.#ResourceGroup Outputs
_No output._

View File

@ -1,21 +0,0 @@
---
sidebar_label: staticwebapp
---
# alpha.dagger.io/azure/staticwebapp
```cue
import "alpha.dagger.io/azure/staticwebapp"
```
## staticwebapp.#StaticWebApp
Create a static web app
### staticwebapp.#StaticWebApp Inputs
_No input._
### staticwebapp.#StaticWebApp Outputs
_No output._

View File

@ -1,21 +0,0 @@
---
sidebar_label: storage
---
# alpha.dagger.io/azure/storage
```cue
import "alpha.dagger.io/azure/storage"
```
## storage.#StorageAccount
Create a storage account
### storage.#StorageAccount Inputs
_No input._
### storage.#StorageAccount Outputs
_No output._

View File

@ -1,35 +0,0 @@
---
sidebar_label: dagger
---
# alpha.dagger.io/dagger
Dagger core types
```cue
import "alpha.dagger.io/dagger"
```
## dagger.#Secret
A reference to an external secret, for example: - A password - A SSH private key - An API token Secrets are never merged in the Cue tree. They can only be used by a special filesystem mount designed to minimize leak risk.
### dagger.#Secret Inputs
_No input._
### dagger.#Secret Outputs
_No output._
## dagger.#Stream
Dagger stream. Can be mounted as a UNIX socket.
### dagger.#Stream Inputs
_No input._
### dagger.#Stream Outputs
_No output._

View File

@ -1,91 +0,0 @@
---
sidebar_label: engine
---
# alpha.dagger.io/dagger/engine
```cue
import "alpha.dagger.io/dagger/engine"
```
## engine.#Context
### engine.#Context Inputs
_No input._
### engine.#Context Outputs
_No output._
## engine.#FS
A reference to a filesystem tree. For example: - The root filesystem of a container - A source code repository - A directory containing binary artifacts Rule of thumb: if it fits in a tar archive, it fits in a #FS.
### engine.#FS Inputs
_No input._
### engine.#FS Outputs
_No output._
## engine.#ImageConfig
Container image config. See [OCI](https://opencontainers.org/). Spec left open on purpose to account for additional fields. [Image Spec](https://github.com/opencontainers/image-spec/blob/main/specs-go/v1/config.go) [Docker Superset](https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile2llb/image.go)
### engine.#ImageConfig Inputs
_No input._
### engine.#ImageConfig Outputs
_No output._
## engine.#Plan
A deployment plan executed by `dagger up`
### engine.#Plan Inputs
_No input._
### engine.#Plan Outputs
_No output._
## engine.#Pull
Download a container image from a remote repository
### engine.#Pull Inputs
_No input._
### engine.#Pull Outputs
_No output._
## engine.#Secret
A reference to an external secret, for example: - A password - A SSH private key - An API token Secrets are never merged in the Cue tree. They can only be used by a special filesystem mount designed to minimize leak risk.
### engine.#Secret Inputs
_No input._
### engine.#Secret Outputs
_No output._
## engine.#Service
A reference to a network service endpoint, for example: - A TCP or UDP port - A unix or npipe socket - An HTTPS endpoint
### engine.#Service Inputs
_No input._
### engine.#Service Outputs
_No output._

View File

@ -1,185 +0,0 @@
---
sidebar_label: op
---
# alpha.dagger.io/dagger/op
op: low-level operations for Dagger processing pipelines
```cue
import "alpha.dagger.io/dagger/op"
```
## op.#Copy
### op.#Copy Inputs
_No input._
### op.#Copy Outputs
_No output._
## op.#DockerBuild
### op.#DockerBuild Inputs
_No input._
### op.#DockerBuild Outputs
_No output._
## op.#DockerLogin
### op.#DockerLogin Inputs
_No input._
### op.#DockerLogin Outputs
_No output._
## op.#Exec
### op.#Exec Inputs
_No input._
### op.#Exec Outputs
_No output._
## op.#Export
Export a value from fs state to cue
### op.#Export Inputs
_No input._
### op.#Export Outputs
_No output._
## op.#FetchContainer
### op.#FetchContainer Inputs
_No input._
### op.#FetchContainer Outputs
_No output._
## op.#FetchGit
### op.#FetchGit Inputs
_No input._
### op.#FetchGit Outputs
_No output._
## op.#FetchHTTP
### op.#FetchHTTP Inputs
_No input._
### op.#FetchHTTP Outputs
_No output._
## op.#Load
### op.#Load Inputs
_No input._
### op.#Load Outputs
_No output._
## op.#Local
### op.#Local Inputs
_No input._
### op.#Local Outputs
_No output._
## op.#Mkdir
### op.#Mkdir Inputs
_No input._
### op.#Mkdir Outputs
_No output._
## op.#Op
One operation in a pipeline
### op.#Op Inputs
_No input._
### op.#Op Outputs
_No output._
## op.#PushContainer
### op.#PushContainer Inputs
_No input._
### op.#PushContainer Outputs
_No output._
## op.#SaveImage
### op.#SaveImage Inputs
_No input._
### op.#SaveImage Outputs
_No output._
## op.#Subdir
### op.#Subdir Inputs
_No input._
### op.#Subdir Outputs
_No output._
## op.#Workdir
### op.#Workdir Inputs
_No input._
### op.#Workdir Outputs
_No output._
## op.#WriteFile
### op.#WriteFile Inputs
_No input._
### op.#WriteFile Outputs
_No output._

View File

@ -1,81 +0,0 @@
---
sidebar_label: docker
---
# alpha.dagger.io/docker
Docker container operations
```cue
import "alpha.dagger.io/docker"
```
## docker.#Build
Build a Docker image from source
### docker.#Build Inputs
_No input._
### docker.#Build Outputs
_No output._
## docker.#Command
A container image that can run any docker command
### docker.#Command Inputs
_No input._
### docker.#Command Outputs
_No output._
## docker.#Load
Load a docker image into a docker engine
### docker.#Load Inputs
_No input._
### docker.#Load Outputs
_No output._
## docker.#Pull
Pull a docker container
### docker.#Pull Inputs
_No input._
### docker.#Pull Outputs
_No output._
## docker.#Push
Push a docker image to a remote registry
### docker.#Push Inputs
_No input._
### docker.#Push Outputs
_No output._
## docker.#Run
### docker.#Run Inputs
_No input._
### docker.#Run Outputs
_No output._

View File

@ -1,33 +0,0 @@
---
sidebar_label: compose
---
# alpha.dagger.io/docker/compose
Docker-compose operations
```cue
import "alpha.dagger.io/docker/compose"
```
## compose.#App
### compose.#App Inputs
_No input._
### compose.#App Outputs
_No output._
## compose.#Client
A container image to run the docker-compose client
### compose.#Client Inputs
_No input._
### compose.#Client Outputs
_No output._

View File

@ -1,35 +0,0 @@
---
sidebar_label: gcp
---
# alpha.dagger.io/gcp
Google Cloud Platform
```cue
import "alpha.dagger.io/gcp"
```
## gcp.#Config
Base Google Cloud Config
### gcp.#Config Inputs
_No input._
### gcp.#Config Outputs
_No output._
## gcp.#GCloud
Re-usable gcloud component
### gcp.#GCloud Inputs
_No input._
### gcp.#GCloud Outputs
_No output._

View File

@ -1,21 +0,0 @@
---
sidebar_label: cloudrun
---
# alpha.dagger.io/gcp/cloudrun
```cue
import "alpha.dagger.io/gcp/cloudrun"
```
## cloudrun.#Service
Service deploys a Cloud Run service based on provided GCR image
### cloudrun.#Service Inputs
_No input._
### cloudrun.#Service Outputs
_No output._

View File

@ -1,23 +0,0 @@
---
sidebar_label: gcr
---
# alpha.dagger.io/gcp/gcr
Google Container Registry
```cue
import "alpha.dagger.io/gcp/gcr"
```
## gcr.#Credentials
Credentials retriever for GCR
### gcr.#Credentials Inputs
_No input._
### gcr.#Credentials Outputs
_No output._

View File

@ -1,23 +0,0 @@
---
sidebar_label: gcs
---
# alpha.dagger.io/gcp/gcs
Google Cloud Storage
```cue
import "alpha.dagger.io/gcp/gcs"
```
## gcs.#Object
GCS Bucket object(s) sync
### gcs.#Object Inputs
_No input._
### gcs.#Object Outputs
_No output._

View File

@ -1,23 +0,0 @@
---
sidebar_label: gke
---
# alpha.dagger.io/gcp/gke
Google Kubernetes Engine
```cue
import "alpha.dagger.io/gcp/gke"
```
## gke.#KubeConfig
KubeConfig config outputs a valid kube-auth-config for kubectl client
### gke.#KubeConfig Inputs
_No input._
### gke.#KubeConfig Outputs
_No output._

View File

@ -1,21 +0,0 @@
---
sidebar_label: secretmanager
---
# alpha.dagger.io/gcp/secretmanager
Google Cloud Secret Manager
```cue
import "alpha.dagger.io/gcp/secretmanager"
```
## secretmanager.#Secrets
### secretmanager.#Secrets Inputs
_No input._
### secretmanager.#Secrets Outputs
_No output._

View File

@ -1,23 +0,0 @@
---
sidebar_label: maven
---
# alpha.dagger.io/java/maven
Maven is a build automation tool for Java
```cue
import "alpha.dagger.io/java/maven"
```
## maven.#Project
A Maven project
### maven.#Project Inputs
_No input._
### maven.#Project Outputs
_No output._

View File

@ -1,23 +0,0 @@
---
sidebar_label: yarn
---
# alpha.dagger.io/js/yarn
Yarn is a package manager for Javascript applications
```cue
import "alpha.dagger.io/js/yarn"
```
## yarn.#Package
A Yarn package
### yarn.#Package Inputs
_No input._
### yarn.#Package Outputs
_No output._

View File

@ -1,35 +0,0 @@
---
sidebar_label: kubernetes
---
# alpha.dagger.io/kubernetes
Kubernetes client operations
```cue
import "alpha.dagger.io/kubernetes"
```
## kubernetes.#Kubectl
Kubectl client
### kubernetes.#Kubectl Inputs
_No input._
### kubernetes.#Kubectl Outputs
_No output._
## kubernetes.#Resources
Apply Kubernetes resources
### kubernetes.#Resources Inputs
_No input._
### kubernetes.#Resources Outputs
_No output._

View File

@ -1,23 +0,0 @@
---
sidebar_label: helm
---
# alpha.dagger.io/kubernetes/helm
Helm package manager
```cue
import "alpha.dagger.io/kubernetes/helm"
```
## helm.#Chart
Install a Helm chart
### helm.#Chart Inputs
_No input._
### helm.#Chart Outputs
_No output._

View File

@ -1,33 +0,0 @@
---
sidebar_label: kustomize
---
# alpha.dagger.io/kubernetes/kustomize
Kustomize config management
```cue
import "alpha.dagger.io/kubernetes/kustomize"
```
## kustomize.#Kustomization
### kustomize.#Kustomization Inputs
_No input._
### kustomize.#Kustomization Outputs
_No output._
## kustomize.#Kustomize
Apply a Kubernetes Kustomize folder
### kustomize.#Kustomize Inputs
_No input._
### kustomize.#Kustomize Outputs
_No output._