Skip to content

Commit

Permalink
cmd: mark convert command as deprecated
Browse files Browse the repository at this point in the history
Fixes #1124
  • Loading branch information
cuonglm committed Nov 11, 2019
1 parent 9d9bc4b commit 030d37d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmd/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ var (
)

var convertCmd = &cobra.Command{
Use: "convert",
Short: "Convert a HAR file to a k6 script",
Long: "Convert a HAR (HTTP Archive) file to a k6 script",
Use: "convert",
Short: "Convert a HAR file to a k6 script",
Long: "Convert a HAR (HTTP Archive) file to a k6 script",
Deprecated: "please use har-to-k6 (https://github.com/loadimpact/har-to-k6) instead.",
Example: `
# Convert a HAR file to a k6 script.
k6 convert -O har-session.js session.har
Expand Down

0 comments on commit 030d37d

Please sign in to comment.