question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add deploy as a first class command

See original GitHub issue

Consider adding deploy as a first-class command. Adding this command as an option to deploy to azure, or even other cloud platforms within the CLI helps push .NET Core without having to install additional CLI tooling.

See: https://github.com/spboyer/dotnet-azure for an example.

Angular has also added this an option using ng deploy azure within their CLI.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
bradygastercommented, Jun 28, 2019

huge fan of the idea, ever since @spboyer brought it to me. i can drive from PM side. to get it done we’d need to:

  1. get it code-signed, right?
  2. do some doc-writing to get folks educated on usage (@scottaddie is reviewing similar docs on the http-repl ATM).
  3. decide on a versioning scheme (snap to the 3.0 wave?)
0reactions
bradygastercommented, Jun 28, 2019

@DamianEdwards clarified with me this would be a top-level command, not something distributed as an OOB or another global tool. Much more to think about with that in mind. Will spin up a conversation with Kathleen to discuss more ideas.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to install First Class using software deployment
Go to "Software Deployment" and click "Add Package",; Input the package name as "Firstclass" . Select check box "MSIEXEC/EXE/ISS/Command" option, ...
Read more >
Basic Deployment Operations - OpenShift Documentation
You can add a command to a container, which modifies the container's startup behavior by overruling the image's ENTRYPOINT . This is different...
Read more >
Deploy apps to clients
When you first create a server class, you map a set of clients to a set of apps. ... To reload, invoke the...
Read more >
Tutorial: Use EF Migrations in an ASP.NET MVC app and ...
In this tutorial, you: Enable Code First migrations; Deploy the app in Azure (optional). Prerequisites. Connection Resiliency and Command ...
Read more >
Using kubectl to Create a Deployment
Deploy your first app on Kubernetes with kubectl. ... You can create and manage a Deployment by using the Kubernetes command line interface,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found