You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`jira-cli` is available as a downloadable binary for Linux, macOS, and Windows from the [releases page](https://github.com/ankitpokhrel/jira-cli/releases).
59
+
`jira-cli` is available as a downloadable packaged binary for Linux, macOS, and Windows from the [releases page](https://github.com/ankitpokhrel/jira-cli/releases).
60
60
61
-
#### Docker
62
-
You can use the available docker image to run `jira-cli` inside a docker container.
61
+
You can use Docker to quickly try out `jira-cli`.
63
62
64
63
```sh
65
64
docker run -it --rm ghcr.io/ankitpokhrel/jira-cli:latest
You can install it from pkgsrc using the following command
100
-
101
-
```sh
102
-
cd /usr/pkgsrc/www/jira-cli/ && make install clean
103
-
```
104
-
105
-
or directly from the binary package repository using the command
106
-
107
-
```sh
108
-
pkgin install jira-cli
109
-
```
110
-
111
-
#### Nix
112
-
113
-
> Maintainer: [@bryanasdev000](https://github.com/bryanasdev000) and [@anthonyroussel](https://github.com/anthonyroussel)
114
-
115
-
You can use Nix to run `jira-cli`.
116
-
117
-
```sh
118
-
nix-shell -p jira-cli-go
119
-
```
120
-
121
-
You can also use Nix to imperatively install `jira-cli`.
122
-
123
-
```sh
124
-
nix-env -f '<nixpkgs>' -iA jira-cli-go
125
-
```
126
-
127
-
Alternatively, you can install it the declarative way in NixOS with `environment.systemPackages`/`users.users.<name>.packages` or with Home Manager in any Linux distro with `home.packages`.
128
-
129
-
### Scoop (Windows)
130
-
131
-
You can use Scoop to install `jira-cli`.
132
-
133
-
[Install Scoop via Powershell](https://scoop.sh/)
134
-
135
-
Then install `jira-cli` itself:
136
-
137
-
```
138
-
scoop bucket add extras
139
-
scoop install jira-cli
140
-
```
141
-
142
-
#### Manual
143
-
You can also install the runnable binary to your `$GOPATH/bin` (go1.16+).
144
-
145
-
```sh
146
-
go install github.com/ankitpokhrel/jira-cli/cmd/jira@latest
147
-
```
148
-
149
-
See [releases page](https://github.com/ankitpokhrel/jira-cli/releases) for downloadable packaged binaries.
67
+
Follow the [installation guide](https://github.com/ankitpokhrel/jira-cli/wiki/Installation) for other installation methods like `Homebrew`, `Nix`, etc.
0 commit comments