-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can one deploy Windows Terminal from command line? #855
Comments
We don't currently have any guidance on this. If you can deploy the CascadiaPackage from the command line, that would install the terminal. |
I'll write some guidance, @zadjii-msft |
Thanks, @oising |
A command line option to load a particular profile perhaps? And maybe even an override to hide the tabs so its a single console instance only? winterminal.exe -p "ubuntu_dark" -s |
@mdtauk this isn't about adding support for commandline args, this is about deploying the appxpackage on your machine without opening Visual Studio. This workflow used to be better understood, but since the process of deploying the app was just marginally faster with Visual Studio, I've stopped deploying it from the commandline myself :/ |
@zadjii-msft My apologies, I thought it was about opening from the Command Line |
@zadjii-msft I can't see a script with such a name in the repository. |
That's my bad, I tried replying on mobile. This is why you don't check work email on your phone. The actual script is |
Are you sure it isn't this one ".\Terminal\build\scripts\Create-AppxBundle.ps1"? |
@mKay00 It is extremely not that one. |
This is the one I'm looking at and it doesn't work as advertised - surprise lol. it just blows up with a signing error for me, almost immediately. As with building the solution has proven to be for many, I think installing the package from the CLI is going to be just as hairy. I'm trying to cover all angles by using the Windows 10 sandbox as a clean-room environment to install the AppX. I can imagine people are going to be emailing and exchanging zips of the appx with each other behind the scenes and I don't want to accidentally rely on something that's part of my development environment. I thought this would be a quick win but... hahaha, they never are. |
@miniksa "Mass-Chaos?" LOL -- we're gonna need that one often. |
btw, Windows Sandbox rocks hard. |
I needed something to trigger the bot and was feeling a bit silly. |
Just an update here, albeit a rather pathetic one. I spent an unreasonable amount of time struggling with I am going to just suggest that people continue to deploy by using Visual Studio unless someone else knows definitively why SignTool won't play ball with appx, appxsym nor msix files. |
(from @mikemaccana) @adiviness How do you deploy Cascadia? |
Duping to #926 (more info in there) |
I've built Windows Terminal successful from command line. Running WindowsTerminal.exe gives a white blank window. How can I deploy it from command line? I couldn't see any instructions on how to do this.
The text was updated successfully, but these errors were encountered: