Petabridge.Cmd.Host 1.1.0
Host engine for the Petabridge.Cmd CLI for managing Akka.NET apps and clusters. Used to load available commands into the cluster itself.
Showing the top 20 packages that depend on Petabridge.Cmd.Host.
Packages | Downloads |
---|---|
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
|
40 |
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
|
37 |
Petabridge.Cmd.Cluster
Petabridge.Cmd module for working with Akka.Cluster.
|
32 |
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
|
28 |
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
|
27 |
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
|
26 |
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
|
24 |
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
|
23 |
Petabridge.Cmd.Cluster
Commandline tools for working with Akka.NET and Akka.Cluster
|
19 |
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
|
19 |
Petabridge.Cmd.Cluster
Package Description
|
18 |
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
|
18 |
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
|
17 |
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
|
16 |
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
|
15 |
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
|
13 |
Minor Version Release for Petabridge.Cmd**
In Petabridge.Cmd 1.1 we add support for [Akka.Hosting](https://github.com/akkadotnet/Akka.Hosting), which makes it trivial to add `PetabridgeCmd` to any `ActorSystem` with minimal configuration:
```csharp
using var host = await (new HostBuilder().ConfigureServices((context, collection) =>
{
collection.AddAkka("PbmSys", builder =>
{
builder.WithRemoting("localhost", 29909)
.WithClustering(new ClusterOptions(){ SeedNodes = new[]{ Address.Parse("akka.tcp://PbmSys@localhost:29909"), }})
.AddPetabridgeCmd(cmd =>
{
cmd.RegisterCommandPalette(new RemoteCommands());
cmd.RegisterCommandPalette(ClusterCommands.Instance);
});
});
}).StartAsync());
```
The `AddPetabridgeCmd` method will create the `PetabridgeCmd` instance, allow you to register `CommandPalette`s on it, and then start listening on the `pbm` port as soon as the `ActorSystem` is started by Akka.Hosting.
Other minor changes in this release:
Upgraded to [Akka.NET v1.4.39](https://github.com/akkadotnet/akka.net/releases/tag/1.4.39).
.NET Standard 2.0
- Petabridge.Cmd.Common (>= 1.1.0)
- Akka (>= 1.4.39)
- Akka.Hosting (>= 0.3.0)
- Phobos.Actor.Common (>= 1.1.1)
Version | Downloads | Last updated |
---|---|---|
1.4.3 | 5 | 06/24/2024 |
1.4.2 | 2 | 06/24/2024 |
1.4.1 | 9 | 04/16/2024 |
1.4.0 | 3 | 01/25/2024 |
1.3.3 | 6 | 01/25/2024 |
1.3.2 | 22 | 09/25/2023 |
1.3.1 | 2 | 02/19/2024 |
1.3.0 | 3 | 02/19/2024 |
1.3.0-beta1 | 4 | 02/16/2024 |
1.2.2 | 3 | 02/17/2023 |
1.2.1 | 2 | 02/19/2024 |
1.2.0 | 1 | 02/19/2024 |
1.1.4 | 6 | 01/25/2024 |
1.1.3 | 5 | 06/14/2023 |
1.1.2 | 3 | 10/16/2023 |
1.1.1 | 3 | 06/14/2023 |
1.1.0 | 7 | 07/13/2022 |
1.0.2 | 16 | 03/30/2022 |
1.0.1 | 5 | 06/14/2023 |
1.0.0 | 7 | 12/07/2023 |
0.8.5 | 2 | 02/19/2024 |
0.8.4 | 5 | 12/07/2023 |
0.8.3 | 1 | 02/19/2024 |
0.8.2 | 1 | 02/19/2024 |
0.8.1 | 6 | 06/14/2023 |
0.8.0 | 5 | 06/13/2023 |
0.8.0-rc2 | 2 | 08/30/2023 |
0.8.0-rc1 | 3 | 08/30/2023 |
0.7.1 | 4 | 02/19/2024 |
0.7.0 | 3 | 06/14/2023 |
0.6.3 | 5 | 02/19/2024 |
0.6.2 | 4 | 02/19/2024 |
0.6.1 | 1 | 02/19/2024 |
0.6.0 | 5 | 06/14/2023 |
0.5.0 | 3 | 06/14/2023 |
0.4.1 | 3 | 02/19/2024 |
0.4.0 | 3 | 06/14/2023 |
0.3.3 | 4 | 06/14/2023 |
0.3.2 | 1 | 02/19/2024 |
0.3.1 | 3 | 02/20/2024 |
0.3.0 | 1 | 02/19/2024 |
0.2.2 | 8 | 12/07/2023 |
0.2.1 | 3 | 02/19/2024 |
0.2.0 | 3 | 02/19/2024 |
0.1.2 | 5 | 02/19/2024 |
0.1.1 | 4 | 02/19/2024 |
0.1.0 | 2 | 06/14/2023 |