1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: madonctl
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-ghodss-yaml-dev,
golang-github-mattn-go-isatty-dev,
golang-github-mckael-madon-dev (>=3.0.0),
golang-github-pkg-errors-dev,
golang-github-spf13-cobra-dev,
golang-github-spf13-pflag-dev,
golang-github-spf13-viper-dev,
golang-github-stretchr-testify-dev,
golang-golang-x-net-dev,
golang-text-dev,
golang-github-sendgrid-rest-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/madonctl
Vcs-Git: https://salsa.debian.org/go-team/packages/madonctl.git
Homepage: https://github.com/McKael/madonctl
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/McKael/madonctl
Package: madonctl
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: CLI client for the Mastodon social network API
This package contains a Golang command line interface for the
Mastodon Rest API.
.
In order to use madonctl, you need to specify the instance name or URL,
and usually provide an account login/password (or a token).
These settings can be passed as command line arguments or environment
variables, but the easiest way is to use a configuration file.
.
Note that one can generate a configuration file for your settings with
.
madonctl config dump -i mastodon.social -L username@domain -P password
.
(One can redirect the output to a configuration file.)
|