Skip to content

Instantly share code, notes, and snippets.

@come-maiz
Last active April 28, 2017 02:07
Show Gist options
  • Save come-maiz/9a7869ca4f2d642b503e074478db4e37 to your computer and use it in GitHub Desktop.
Save come-maiz/9a7869ca4f2d642b503e074478db4e37 to your computer and use it in GitHub Desktop.
Keybase snap testing

Smoke tests for the keybase snap

(based on https://keybase.io/docs/command_line)

First, install the keybase snap:

$ sudo snap install keybase --edge

Print the help:

$ keybase
$ keybase help
$ keybase --help
$ keybase -h
NAME:
   keybase - Keybase command line client.

USAGE:
   keybase [global options] command [command options] [arguments...]

VERSION:
   1.0.17

COMMANDS:
[...]

$ keybase help follow
NAME:
   keybase follow - Verify a user's authenticity and optionally follow them

USAGE:
   keybase follow [command options] <username>

OPTIONS:
[...]

Print the version:

$ keybase version
▶ WARNING Running in devel mode
Client:  1.0.17

The following steps require an account in https://keybase.io/. If you need an invitation, let me know in the comments.

Print the staus:

$ keybase status
@come-maiz
Copy link
Author

come-maiz commented Sep 6, 2016

The snap is blocked in strict mode because of https://bugs.launchpad.net/snappy/+bug/1620442
It will work in devmode.

@come-maiz
Copy link
Author

Not bug was fixed, and the keybase snap is now in the edge channel of the store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment