Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Terraform
Commits
b06a88d1
Commit
b06a88d1
authored
10 years ago
by
Mitchell Hashimoto
Browse files
Options
Download
Email Patches
Plain Diff
main: add the taint command
parent
4ec31ecb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
commands.go
+6
-0
commands.go
with
6 additions
and
0 deletions
+6
-0
commands.go
+
6
-
0
View file @
b06a88d1
...
...
@@ -110,6 +110,12 @@ func init() {
},
nil
},
"taint"
:
func
()
(
cli
.
Command
,
error
)
{
return
&
command
.
TaintCommand
{
Meta
:
meta
,
},
nil
},
"version"
:
func
()
(
cli
.
Command
,
error
)
{
return
&
command
.
VersionCommand
{
Meta
:
meta
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment