-
**Current Behavior**
When Meshery is stopped and a user runs `mesheryctl logs`, the receive this output:
```
➜ ~ mesheryctl logs
Starting Meshery logging...
Attaching to
```
or this output…
-
**Current Behavior**
When Meshery is stopped and a user runs `mesheryctl stop`, the receive this output:
```
➜ ~ mesheryctl stop
Stopping Meshery...
No stopped containers
Meshery is stopp…
-
**Description**
When running `mesheryctl -h` the following is displayed:
`Flags:
--config string config file (default location is: $HOME/.meshery/config.yaml)
`
While in fact the default …
-
**Description**
There are a number of unhandled errors in `mesheryctl` that should be handled in a graceful way. `mesheryctl` source code is here - https://github.com/layer5io/meshery/tree/master/mes…
-
**Current Behavior**
Users can directly invoke `mesheryctl init`. This command is intended for use by other mesheryctl commands, not for use by users.
See [Meshery Installation & Packaging](https:…
-
I've just installed meshery using:
curl -L https://git.io/meshery | bash -
So, meshery is up and running.
I can reach my kubernetes from console:
```
$ kubectl cluster-info
Kubernete…
-
**Description**
When building `mesheryctl` from source on Windows, the output binary is missing the ".exe".
Still, the binary is correctly build as a Windows one, and an additional `mv mesheryctl me…
nunix updated
4 years ago
-
**Desired Behavior**
We need the capability to print the version number when folks run `mesheryctl version`.
The version number should match the version numbers available on GitHub.
We should be a…
-
**Current Behavior**
The recently displaced `meshery` bash script currently sits in this repo's root folder under the name "[meshery.old](https://github.com/layer5io/meshery/blob/master/meshery.old)"…
-
**Enhancement Description**
Today meshery bash script is used to communicate with meshery, which is going to be replaced by mesheryctl command line tool written in golang to perform the same.
**C…