Remove old docs
Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
parent
56ecf7f8cd
commit
80a052afe0
@ -1,23 +0,0 @@
|
||||
---
|
||||
sidebar_label: alpine
|
||||
---
|
||||
|
||||
# alpha.dagger.io/alpine
|
||||
|
||||
Base package for Alpine Linux
|
||||
|
||||
```cue
|
||||
import "alpha.dagger.io/alpine"
|
||||
```
|
||||
|
||||
## alpine.#Image
|
||||
|
||||
Base image for Alpine Linux
|
||||
|
||||
### alpine.#Image Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### alpine.#Image Outputs
|
||||
|
||||
_No output._
|
@ -1,71 +0,0 @@
|
||||
---
|
||||
sidebar_label: argocd
|
||||
---
|
||||
|
||||
# alpha.dagger.io/argocd
|
||||
|
||||
ArgoCD client operations
|
||||
|
||||
```cue
|
||||
import "alpha.dagger.io/argocd"
|
||||
```
|
||||
|
||||
## argocd.#App
|
||||
|
||||
Create an ArgoCD application
|
||||
|
||||
### argocd.#App Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### argocd.#App Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## argocd.#CLI
|
||||
|
||||
Re-usable CLI component
|
||||
|
||||
### argocd.#CLI Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### argocd.#CLI Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## argocd.#Config
|
||||
|
||||
ArgoCD configuration
|
||||
|
||||
### argocd.#Config Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### argocd.#Config Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## argocd.#Status
|
||||
|
||||
Get application's status
|
||||
|
||||
### argocd.#Status Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### argocd.#Status Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## argocd.#Sync
|
||||
|
||||
Sync an application to its target state
|
||||
|
||||
### argocd.#Sync Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### argocd.#Sync Outputs
|
||||
|
||||
_No output._
|
@ -1,19 +0,0 @@
|
||||
---
|
||||
sidebar_label: bats
|
||||
---
|
||||
|
||||
# alpha.dagger.io/bats
|
||||
|
||||
```cue
|
||||
import "alpha.dagger.io/bats"
|
||||
```
|
||||
|
||||
## bats.#Bats
|
||||
|
||||
### bats.#Bats Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### bats.#Bats Outputs
|
||||
|
||||
_No output._
|
@ -1,69 +0,0 @@
|
||||
---
|
||||
sidebar_label: git
|
||||
---
|
||||
|
||||
# alpha.dagger.io/git
|
||||
|
||||
Git operations
|
||||
|
||||
```cue
|
||||
import "alpha.dagger.io/git"
|
||||
```
|
||||
|
||||
## git.#Commit
|
||||
|
||||
Commit & push to git repository
|
||||
|
||||
### git.#Commit Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### git.#Commit Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## git.#CurrentBranch
|
||||
|
||||
Get the name of the current checked out branch or tag
|
||||
|
||||
### git.#CurrentBranch Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### git.#CurrentBranch Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## git.#Image
|
||||
|
||||
### git.#Image Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### git.#Image Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## git.#Repository
|
||||
|
||||
A git repository
|
||||
|
||||
### git.#Repository Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### git.#Repository Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## git.#Tags
|
||||
|
||||
List tags of a repository
|
||||
|
||||
### git.#Tags Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### git.#Tags Outputs
|
||||
|
||||
_No output._
|
@ -1,57 +0,0 @@
|
||||
---
|
||||
sidebar_label: go
|
||||
---
|
||||
|
||||
# alpha.dagger.io/go
|
||||
|
||||
Go build operations
|
||||
|
||||
```cue
|
||||
import "alpha.dagger.io/go"
|
||||
```
|
||||
|
||||
## go.#Build
|
||||
|
||||
Go application builder
|
||||
|
||||
### go.#Build Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### go.#Build Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## go.#Container
|
||||
|
||||
A standalone go environment
|
||||
|
||||
### go.#Container Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### go.#Container Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## go.#Go
|
||||
|
||||
Re-usable component for the Go compiler
|
||||
|
||||
### go.#Go Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### go.#Go Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## go.#Test
|
||||
|
||||
### go.#Test Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### go.#Test Outputs
|
||||
|
||||
_No output._
|
@ -1,19 +0,0 @@
|
||||
---
|
||||
sidebar_label: graphql
|
||||
---
|
||||
|
||||
# alpha.dagger.io/graphql
|
||||
|
||||
```cue
|
||||
import "alpha.dagger.io/graphql"
|
||||
```
|
||||
|
||||
## graphql.#Query
|
||||
|
||||
### graphql.#Query Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### graphql.#Query Outputs
|
||||
|
||||
_No output._
|
@ -1,71 +0,0 @@
|
||||
---
|
||||
sidebar_label: http
|
||||
---
|
||||
|
||||
# alpha.dagger.io/http
|
||||
|
||||
```cue
|
||||
import "alpha.dagger.io/http"
|
||||
```
|
||||
|
||||
## http.#Delete
|
||||
|
||||
### http.#Delete Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### http.#Delete Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## http.#Do
|
||||
|
||||
### http.#Do Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### http.#Do Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## http.#Get
|
||||
|
||||
### http.#Get Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### http.#Get Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## http.#Post
|
||||
|
||||
### http.#Post Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### http.#Post Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## http.#Put
|
||||
|
||||
### http.#Put Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### http.#Put Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## http.#Wait
|
||||
|
||||
URL listener Creates a dependency on URL
|
||||
|
||||
### http.#Wait Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### http.#Wait Outputs
|
||||
|
||||
_No output._
|
@ -1,71 +0,0 @@
|
||||
---
|
||||
sidebar_label: io
|
||||
---
|
||||
|
||||
# alpha.dagger.io/io
|
||||
|
||||
IO operations
|
||||
|
||||
```cue
|
||||
import "alpha.dagger.io/io"
|
||||
```
|
||||
|
||||
## io.#Dir
|
||||
|
||||
Standard interface for directory operations in cue
|
||||
|
||||
### io.#Dir Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### io.#Dir Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## io.#File
|
||||
|
||||
Standard interface for file operations in cue
|
||||
|
||||
### io.#File Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### io.#File Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## io.#ReadWriter
|
||||
|
||||
Standard ReadWriter interface
|
||||
|
||||
### io.#ReadWriter Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### io.#ReadWriter Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## io.#Reader
|
||||
|
||||
Standard Reader interface
|
||||
|
||||
### io.#Reader Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### io.#Reader Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## io.#Writer
|
||||
|
||||
Standard Writer interface
|
||||
|
||||
### io.#Writer Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### io.#Writer Outputs
|
||||
|
||||
_No output._
|
@ -1,35 +0,0 @@
|
||||
---
|
||||
sidebar_label: netlify
|
||||
---
|
||||
|
||||
# alpha.dagger.io/netlify
|
||||
|
||||
Netlify client operations
|
||||
|
||||
```cue
|
||||
import "alpha.dagger.io/netlify"
|
||||
```
|
||||
|
||||
## netlify.#Account
|
||||
|
||||
Netlify account credentials
|
||||
|
||||
### netlify.#Account Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### netlify.#Account Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## netlify.#Site
|
||||
|
||||
Netlify site
|
||||
|
||||
### netlify.#Site Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### netlify.#Site Outputs
|
||||
|
||||
_No output._
|
@ -1,55 +0,0 @@
|
||||
---
|
||||
sidebar_label: os
|
||||
---
|
||||
|
||||
# alpha.dagger.io/os
|
||||
|
||||
OS operations
|
||||
|
||||
```cue
|
||||
import "alpha.dagger.io/os"
|
||||
```
|
||||
|
||||
## os.#Container
|
||||
|
||||
Built-in container implementation, using buildkit
|
||||
|
||||
### os.#Container Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### os.#Container Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## os.#Dir
|
||||
|
||||
### os.#Dir Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### os.#Dir Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## os.#File
|
||||
|
||||
Built-in file implementation, using buildkit A single file
|
||||
|
||||
### os.#File Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### os.#File Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## os.#ReadDir
|
||||
|
||||
### os.#ReadDir Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### os.#ReadDir Outputs
|
||||
|
||||
_No output._
|
@ -1,23 +0,0 @@
|
||||
---
|
||||
sidebar_label: random
|
||||
---
|
||||
|
||||
# alpha.dagger.io/random
|
||||
|
||||
Random generation utilities
|
||||
|
||||
```cue
|
||||
import "alpha.dagger.io/random"
|
||||
```
|
||||
|
||||
## random.#String
|
||||
|
||||
Generate a random string
|
||||
|
||||
### random.#String Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### random.#String Outputs
|
||||
|
||||
_No output._
|
@ -1,23 +0,0 @@
|
||||
---
|
||||
sidebar_label: terraform
|
||||
---
|
||||
|
||||
# alpha.dagger.io/terraform
|
||||
|
||||
Terraform operations
|
||||
|
||||
```cue
|
||||
import "alpha.dagger.io/terraform"
|
||||
```
|
||||
|
||||
## terraform.#Configuration
|
||||
|
||||
Terraform configuration
|
||||
|
||||
### terraform.#Configuration Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### terraform.#Configuration Outputs
|
||||
|
||||
_No output._
|
@ -1,45 +0,0 @@
|
||||
---
|
||||
sidebar_label: trivy
|
||||
---
|
||||
|
||||
# alpha.dagger.io/trivy
|
||||
|
||||
```cue
|
||||
import "alpha.dagger.io/trivy"
|
||||
```
|
||||
|
||||
## trivy.#CLI
|
||||
|
||||
Re-usable CLI component
|
||||
|
||||
### trivy.#CLI Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### trivy.#CLI Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## trivy.#Config
|
||||
|
||||
Trivy Configuration
|
||||
|
||||
### trivy.#Config Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### trivy.#Config Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## trivy.#Image
|
||||
|
||||
Scan an Image
|
||||
|
||||
### trivy.#Image Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### trivy.#Image Outputs
|
||||
|
||||
_No output._
|
Reference in New Issue
Block a user