Skip to content

feat: name deployments by network, add set-default#687

Open
uniyalabhishek wants to merge 1 commit intomasterfrom
uniyalabhishek/feature/rofl-default-deployment-428
Open

feat: name deployments by network, add set-default#687
uniyalabhishek wants to merge 1 commit intomasterfrom
uniyalabhishek/feature/rofl-default-deployment-428

Conversation

@uniyalabhishek
Copy link
Contributor

closes #428

@netlify
Copy link

netlify bot commented Feb 25, 2026

Deploy Preview for oasisprotocol-cli canceled.

Name Link
🔨 Latest commit b1cd477
🔍 Latest deploy log https://app.netlify.com/projects/oasisprotocol-cli/deploys/699f0b7fb1a93100085fb193

Copy link
Member

@matevz matevz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as expected, thanks.

return nil, "", nil, fmt.Errorf("no deployments configured\nHint: use `oasis rofl create` to register a new ROFL app and create a deployment")
}
printAvailableDeployments(manifest)
return nil, "", nil, fmt.Errorf("no default deployment configured\nHint: use `oasis rofl set-default <name>` to set a default deployment")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return nil, "", nil, fmt.Errorf("no default deployment configured\nHint: use `oasis rofl set-default <name>` to set a default deployment")
return nil, "", nil, fmt.Errorf("no deployment selected\nHint: Run this command with --deployment to select one or `oasis rofl set-default <name>` to set a default deployment")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rofl create: Name first deployment after a network instead of default

2 participants