Files
dotfiles/zsh/.local/share/zsh/functions/spacelift-login
2025-11-14 14:54:54 +00:00

5 lines
151 B
Plaintext

spacelift-login() {
spacectl profile login && export SPACELIFT_API_TOKEN=$(spacectl profile export-token)
export SPACECTL_SKIP_STACK_PROMPT=true
}