Skip to content

Commit 1c3b7f8

Browse files
authored
Update dstack server CLI logo (#3438)
* Update dstack server CLI logo * Remove extra padding
1 parent d959828 commit 1c3b7f8

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

  • src/dstack/_internal/server

src/dstack/_internal/server/app.py

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -419,16 +419,11 @@ def _sentry_traces_sampler(sampling_context: SamplingContext) -> float:
419419

420420
def _print_dstack_logo():
421421
console.print(
422-
"""[purple]╱╱╭╮╱╱╭╮╱╱╱╱╱╱╭╮
423-
╱╱┃┃╱╭╯╰╮╱╱╱╱╱┃┃
424-
╭━╯┣━┻╮╭╋━━┳━━┫┃╭╮
425-
┃╭╮┃━━┫┃┃╭╮┃╭━┫╰╯╯
426-
┃╰╯┣━━┃╰┫╭╮┃╰━┫╭╮╮
427-
╰━━┻━━┻━┻╯╰┻━━┻╯╰╯
428-
╭━━┳━━┳━┳╮╭┳━━┳━╮
429-
┃━━┫┃━┫╭┫╰╯┃┃━┫╭╯
430-
┣━━┃┃━┫┃╰╮╭┫┃━┫┃
431-
╰━━┻━━┻╯╱╰╯╰━━┻╯
422+
r"""[purple] _ _ _
423+
__| |___| |_ __ _ ___| | __ ___ ___ _ ____ _____ _ __
424+
/ _` / __| __/ _` |/ __| |/ / / __|/ _ \ '__\ \ / / _ \ '__|
425+
| (_| \__ \ || (_| | (__| < \__ \ __/ | \ V / __/ |
426+
\__,_|___/\__\__,_|\___|_|\_\ |___/\___|_| \_/ \___|_|
432427
[/]"""
433428
)
434429

0 commit comments

Comments
 (0)