Skip to content

Commit

Permalink
環境変数オプション追加
Browse files Browse the repository at this point in the history
  • Loading branch information
clcl777 committed Feb 10, 2024
1 parent a9235ea commit af77789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func init() {
createCmd.Flags().StringP("filename", "f", "", "Dockerfile name to create docker image")
createCmd.Flags().BoolP("dockerfile", "D", false, "Dockerfile or buildpacks")
createCmd.Flags().StringSliceP("publish", "p", []string{}, "Publish a container's port(s) to the host")
createCmd.Flags().StringSliceP("env", "e", []string{}, "Set environment variable(s)")

// Here you will define your flags and configuration settings.

Expand Down

0 comments on commit af77789

Please sign in to comment.