8000 cmd/cue: allow `cmd $command` on remote packages · Issue #3971 · cue-lang/cue · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
cmd/cue: allow cmd $command on remote packages #3971
Open
@anshuishere

Description

@anshuishere

What version of CUE are you using (cue version)?

$ 0.13.0

Does this issue reproduce with the latest stable release?

Yes

What did you do?

cue cmd command1 example.com/mycuemod@v1 -t tag1=value1

What did you expect to see?

I expect to see my command, "command1" executed

Since 0.13.0 release
"Initial support for absolute packages is introduced, which allow specifying a remote package at a particular version such as cue export foo.com/data@v1.2.3 or cue vet foo.com/schema@v1.2.3 -d '#schema' data.yaml without requiring a CUE module file locally."

What did you see instead?

module.cue not found. The command expect me to be inside the cue module already.

Metadata

Metadata

Assignees

Labels

NeedsInvestigationmodulesIssues related to CUE modules and the experimental implementation

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0