Skip to content

Commit

Permalink
compute hashsum
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Sep 28, 2022
1 parent e856f47 commit 80704bb
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 4,950 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fastly/cli

go 1.19
go 1.18

require (
github.com/Masterminds/semver/v3 v3.1.1
Expand Down
2 changes: 2 additions & 0 deletions pkg/app/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ func defineCommands(
computeCmdRoot := compute.NewRootCommand(app, globals)
computeBuild := compute.NewBuildCommand(computeCmdRoot.CmdClause, globals, data)
computeDeploy := compute.NewDeployCommand(computeCmdRoot.CmdClause, globals, data)
computeHashsum := compute.NewHashsumCommand(computeCmdRoot.CmdClause, globals, data)
computeInit := compute.NewInitCommand(computeCmdRoot.CmdClause, globals, data)
computePack := compute.NewPackCommand(computeCmdRoot.CmdClause, globals, data)
computePublish := compute.NewPublishCommand(computeCmdRoot.CmdClause, globals, computeBuild, computeDeploy, data)
Expand Down Expand Up @@ -407,6 +408,7 @@ func defineCommands(
computeBuild,
computeCmdRoot,
computeDeploy,
computeHashsum,
computeInit,
computePack,
computePublish,
Expand Down
Loading

0 comments on commit 80704bb

Please sign in to comment.