We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afa1d9 commit 5238344Copy full SHA for 5238344
test/e2e/e2e.sh
@@ -194,7 +194,7 @@ setup_ssh_key() {
194
if ! stackit key-pair describe "$SSH_KEY_NAME" --project-id "$PROJECT_ID" &>/dev/null; then
195
log "No existing key found. Creating..."
196
# The '@' prefix tells the CLI to read the content from the file
197
- if ! stackit key-pair create "$SSH_KEY_NAME" -y \
+ if ! stackit key-pair create --public-key "$SSH_KEY_NAME" -y \
198
--project-id "$PROJECT_ID" \
199
--public-key "@$HOME/.ssh/$SSH_KEY_NAME.pub"; then
200
log_error "Failed to create SSH key '$SSH_KEY_NAME' in STACKIT."
0 commit comments