commit
b47512ba6e
4
.dagger/env/dev/plan/main.cue
vendored
4
.dagger/env/dev/plan/main.cue
vendored
@ -10,7 +10,6 @@ import (
|
|||||||
// Dagger source code
|
// Dagger source code
|
||||||
source: dagger.#Artifact @dagger(input)
|
source: dagger.#Artifact @dagger(input)
|
||||||
|
|
||||||
|
|
||||||
test: {
|
test: {
|
||||||
// Go unit tests
|
// Go unit tests
|
||||||
unit: {
|
unit: {
|
||||||
@ -52,12 +51,11 @@ build: {
|
|||||||
}).read.data
|
}).read.data
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Execute `dagger help`
|
// Execute `dagger help`
|
||||||
usage: os.#Container & {
|
usage: os.#Container & {
|
||||||
command: "dagger help"
|
command: "dagger help"
|
||||||
|
|
||||||
let binpath="/usr/local/dagger/bin"
|
let binpath = "/usr/local/dagger/bin"
|
||||||
mount: "\(binpath)": from: build.binaries
|
mount: "\(binpath)": from: build.binaries
|
||||||
shell: search: "\(binpath)": true
|
shell: search: "\(binpath)": true
|
||||||
}
|
}
|
||||||
|
4
Makefile
4
Makefile
@ -19,9 +19,7 @@ golint:
|
|||||||
|
|
||||||
.PHONY: cuefmt
|
.PHONY: cuefmt
|
||||||
cuefmt:
|
cuefmt:
|
||||||
@(cue fmt -s ./stdlib/...)
|
@(find . -name '*.cue' -exec cue fmt -s {} \;)
|
||||||
@(cue fmt -s ./examples/*/)
|
|
||||||
@(cue fmt -s ./tests/...)
|
|
||||||
|
|
||||||
.PHONY: cuelint
|
.PHONY: cuelint
|
||||||
cuelint: cuefmt
|
cuelint: cuefmt
|
||||||
|
@ -164,9 +164,7 @@ import (
|
|||||||
|
|
||||||
history: description: "List past changes to an environment"
|
history: description: "List past changes to an environment"
|
||||||
|
|
||||||
delete: {
|
delete: description: "Delete an environment after taking it offline (WARNING: may destroy infrastructure)"
|
||||||
description: "Delete an environment after taking it offline (WARNING: may destroy infrastructure)"
|
|
||||||
}
|
|
||||||
|
|
||||||
plan: {
|
plan: {
|
||||||
description: "Manage an environment plan"
|
description: "Manage an environment plan"
|
||||||
|
Reference in New Issue
Block a user