ohmyzsh/plugins/scw
Albin Kauffmann a577aedc0b feat(scw): export other SCW_* vars based on the selected profile
This commit makes the `ssp` command also export the following
variables:
- SCW_DEFAULT_ORGANIZATION_ID
- SCW_DEFAULT_PROJECT_ID
- SCW_DEFAULT_REGION
- SCW_DEFAULT_ZONE
- SCW_API_URL
- SCW_ACCESS_KEY (only exported if SCW_EXPORT_TOKENS set to "true")
- SCW_SECRET_KEY (only exported if SCW_EXPORT_TOKENS set to "true")
2025-05-02 11:01:59 +02:00
..
README.md feat(scw): use official scw completion (#12755) 2024-10-16 20:57:04 +02:00
scw.plugin.zsh feat(scw): export other SCW_* vars based on the selected profile 2025-05-02 11:01:59 +02:00

Scaleway CLI plugin

This plugin adds completion for scw, the command line interface for Scaleway.

To use it, add scw to the plugins array in your zshrc file:

plugins=(... scw)