Skip to content

Commit

Permalink
Merge pull request #293 from cosmos/bucky/rest-refactor
Browse files Browse the repository at this point in the history
Bucky/rest refactor
  • Loading branch information
ebuchman committed Dec 7, 2017
2 parents 80709f3 + bbcb838 commit 1a12c99
Show file tree
Hide file tree
Showing 8 changed files with 403 additions and 249 deletions.
2 changes: 1 addition & 1 deletion client/commands/keys/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var newCmd = &cobra.Command{
Use: "new [name]",
Short: "Create a new public/private key pair",
Long: `Add a public/private key pair to the key store.
The password muts be entered in the terminal and not
The password must be entered in the terminal and not
passed as a command line argument for security.`,
RunE: runNewCmd,
}
Expand Down
192 changes: 0 additions & 192 deletions client/rest/handlers.go

This file was deleted.

29 changes: 0 additions & 29 deletions client/rest/helpers.go

This file was deleted.

Loading

0 comments on commit 1a12c99

Please sign in to comment.