Petabridge.Cmd.Host 1.2.2

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.
56
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
53
Petabridge.Cmd.Cluster
Petabridge.Cmd module for working with Akka.Cluster.
51
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
44
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
43
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
42
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.
39
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
38
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
37
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
36
Petabridge.Cmd.Cluster
Commandline tools for working with Akka.NET and Akka.Cluster
35
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
33
Petabridge.Cmd.Cluster
Package Description
32
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
30
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
29
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring.
28

v1.2.2 is a small update that introduces some changes to Petabridge.Cmd's [Akka.Hosting](https://github.com/akkadotnet/Akka.Hosting) APIs. Upgraded to [Akka.Hosting v1.0](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.0.0), which stabilizes all Akka.Hosting APIs; Added a new `PetabridgeCmdOptions` class which makes it possible to set the `petabridge.cmd.host` and `petabridge.cmd.port` bindings programmatically. An example of how to configure the `PetabridgeCmd` host programmatically: ```csharp using var host = await (new HostBuilder().ConfigureServices((context, collection) => { collection.AddAkka("PbmSys", builder => { builder.WithRemoting("localhost", 29909) .WithClustering(new ClusterOptions(){ SeedNodes = new[]{ "akka.tcp://PbmSys@localhost:29909" }}) .AddPetabridgeCmd( new PetabridgeCmdOptions(){ Host = "localhost", Port = 8222}, // optional - customize pbm bindings cmd => { cmd.RegisterCommandPalette(new RemoteCommands()); cmd.RegisterCommandPalette(ClusterCommands.Instance); }); }); }).StartAsync()); ```

.NET Standard 2.0

Version Downloads Last updated
1.4.4 13 01/25/2025
1.4.3 16 06/24/2024
1.4.2 13 06/24/2024
1.4.1 21 04/16/2024
1.4.0 15 01/25/2024
1.3.3 20 01/25/2024
1.3.2 35 09/25/2023
1.3.1 13 02/19/2024
1.3.0 12 02/19/2024
1.3.0-beta1 17 02/16/2024
1.2.2 13 02/17/2023
1.2.1 14 02/19/2024
1.2.0 13 02/19/2024
1.1.4 17 01/25/2024
1.1.3 16 06/14/2023
1.1.2 14 10/16/2023
1.1.1 15 06/14/2023
1.1.0 18 07/13/2022
1.0.2 28 03/30/2022
1.0.1 15 06/14/2023
1.0.0 16 12/07/2023
0.8.5 11 02/19/2024
0.8.4 19 12/07/2023
0.8.3 15 02/19/2024
0.8.2 14 02/19/2024
0.8.1 17 06/14/2023
0.8.0 15 06/13/2023
0.8.0-rc2 12 08/30/2023
0.8.0-rc1 14 08/30/2023
0.7.1 13 02/19/2024
0.7.0 16 06/14/2023
0.6.3 16 02/19/2024
0.6.2 15 02/19/2024
0.6.1 12 02/19/2024
0.6.0 14 06/14/2023
0.5.0 13 06/14/2023
0.4.1 15 02/19/2024
0.4.0 13 06/14/2023
0.3.3 15 06/14/2023
0.3.2 15 02/19/2024
0.3.1 15 02/20/2024
0.3.0 12 02/19/2024
0.2.2 19 12/07/2023
0.2.1 17 02/19/2024
0.2.0 14 02/19/2024
0.1.2 17 02/19/2024
0.1.1 16 02/19/2024
0.1.0 13 06/14/2023