We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e5438 commit bde1eb0Copy full SHA for bde1eb0
CHANGELOG.md
@@ -0,0 +1,17 @@
1
+# Change Log
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](https://keepachangelog.com/)
6
+and this project adheres to [Semantic Versioning](https://semver.org/).
7
8
+## Unreleased
9
10
+## v0.0.1 - 2021-08-27
11
12
+### Added
13
14
+- cmd: Support copy single file
15
+- cmd: Support user profile
16
17
cmd/beyondctl/main.go
@@ -41,7 +41,8 @@ var commonFlags = []cli.Flag{
41
}
42
43
var app = cli.App{
44
- Name: "beyondctl",
+ Name: "beyondctl",
45
+ Version: "0.0.1",
46
Flags: []cli.Flag{
47
&cli.StringFlag{
48
Name: globalFlagConfig,
0 commit comments