Send codespace name to Stdout to enable scripting
This commit is contained in:
parent
9cb8200732
commit
30be4c98f9
1 changed files with 3 additions and 1 deletions
|
|
@ -83,7 +83,9 @@ func Create() error {
|
||||||
return fmt.Errorf("error creating codespace: %v", err)
|
return fmt.Errorf("error creating codespace: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Printf("Codespace created: %s\n", codespace.Name)
|
log.Printf("Codespace created: ")
|
||||||
|
|
||||||
|
fmt.Fprintln(os.Stdout, codespace.Name)
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue