build

package
v5.3.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2019 License: Apache-2.0 Imports: 29 Imported by: 1

Documentation

Overview

* (c) 2016-2018 Adobe. All rights reserved. * This file is licensed to you under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. You may obtain a copy * of the License at http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS * OF ANY KIND, either express or implied. See the License for the specific language * governing permissions and limitations under the License.

* (c) 2016-2018 Adobe. All rights reserved. * This file is licensed to you under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. You may obtain a copy * of the License at http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS * OF ANY KIND, either express or implied. See the License for the specific language * governing permissions and limitations under the License.

* (c) 2016-2018 Adobe. All rights reserved. * This file is licensed to you under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. You may obtain a copy * of the License at http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS * OF ANY KIND, either express or implied. See the License for the specific language * governing permissions and limitations under the License.

* (c) 2016-2018 Adobe. All rights reserved. * This file is licensed to you under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. You may obtain a copy * of the License at http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS * OF ANY KIND, either express or implied. See the License for the specific language * governing permissions and limitations under the License.

* (c) 2016-2018 Adobe. All rights reserved. * This file is licensed to you under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. You may obtain a copy * of the License at http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS * OF ANY KIND, either express or implied. See the License for the specific language * governing permissions and limitations under the License.

* (c) 2016-2018 Adobe. All rights reserved. * This file is licensed to you under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. You may obtain a copy * of the License at http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS * OF ANY KIND, either express or implied. See the License for the specific language * governing permissions and limitations under the License.

* (c) 2016-2018 Adobe. All rights reserved. * This file is licensed to you under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. You may obtain a copy * of the License at http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS * OF ANY KIND, either express or implied. See the License for the specific language * governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HotswapStack

func HotswapStack(log log15.Logger, config *conf.Config,
	environment *conf.Environment, hotswapStructs []hotswapStruct) (success bool)

func ProvisionOrHotswapStack

func ProvisionOrHotswapStack(env string) (success bool)

func ProvisionStack

func ProvisionStack(log log15.Logger, config *conf.Config, environment *conf.Environment) (success bool)

Types

type CleanCmd

type CleanCmd struct{}

func (*CleanCmd) Execute

func (recv *CleanCmd) Execute(args []string) bool

func (*CleanCmd) LongHelp

func (recv *CleanCmd) LongHelp() string

func (*CleanCmd) Name

func (recv *CleanCmd) Name() string

func (*CleanCmd) ShortHelp

func (recv *CleanCmd) ShortHelp() string

func (*CleanCmd) SubCommands

func (recv *CleanCmd) SubCommands() []cli.Command

type HookCmd

type HookCmd struct{}

func (*HookCmd) Execute

func (recv *HookCmd) Execute(args []string) bool

func (*HookCmd) LongHelp

func (recv *HookCmd) LongHelp() string

func (*HookCmd) Name

func (recv *HookCmd) Name() string

func (*HookCmd) ShortHelp

func (recv *HookCmd) ShortHelp() string

func (*HookCmd) SubCommands

func (recv *HookCmd) SubCommands() []cli.Command

type NotifyCmd

type NotifyCmd struct{}

func (*NotifyCmd) Execute

func (recv *NotifyCmd) Execute(args []string) bool

func (*NotifyCmd) LongHelp

func (recv *NotifyCmd) LongHelp() string

func (*NotifyCmd) Name

func (recv *NotifyCmd) Name() string

func (*NotifyCmd) ShortHelp

func (recv *NotifyCmd) ShortHelp() string

func (*NotifyCmd) SubCommands

func (recv *NotifyCmd) SubCommands() []cli.Command

type PackCmd

type PackCmd struct{}

func (*PackCmd) Execute

func (recv *PackCmd) Execute(args []string) bool

func (*PackCmd) LongHelp

func (recv *PackCmd) LongHelp() string

func (*PackCmd) Name

func (recv *PackCmd) Name() string

func (*PackCmd) ShortHelp

func (recv *PackCmd) ShortHelp() string

func (*PackCmd) SubCommands

func (recv *PackCmd) SubCommands() []cli.Command

type PromoteCmd

type PromoteCmd struct{}

func (*PromoteCmd) Execute

func (recv *PromoteCmd) Execute(args []string) bool

func (*PromoteCmd) LongHelp

func (recv *PromoteCmd) LongHelp() string

func (*PromoteCmd) Name

func (recv *PromoteCmd) Name() string

func (*PromoteCmd) ShortHelp

func (recv *PromoteCmd) ShortHelp() string

func (*PromoteCmd) SubCommands

func (recv *PromoteCmd) SubCommands() []cli.Command

type ProvisionStackCmd

type ProvisionStackCmd struct{}

func (*ProvisionStackCmd) Execute

func (recv *ProvisionStackCmd) Execute(args []string) bool

func (*ProvisionStackCmd) LongHelp

func (recv *ProvisionStackCmd) LongHelp() string

func (*ProvisionStackCmd) Name

func (recv *ProvisionStackCmd) Name() string

func (*ProvisionStackCmd) ShortHelp

func (recv *ProvisionStackCmd) ShortHelp() string

func (*ProvisionStackCmd) SubCommands

func (recv *ProvisionStackCmd) SubCommands() []cli.Command

type PruneCmd

type PruneCmd struct{}

func (*PruneCmd) Execute

func (recv *PruneCmd) Execute(args []string) bool

func (*PruneCmd) LongHelp

func (recv *PruneCmd) LongHelp() string

func (*PruneCmd) Name

func (recv *PruneCmd) Name() string

func (*PruneCmd) ShortHelp

func (recv *PruneCmd) ShortHelp() string

func (*PruneCmd) SubCommands

func (recv *PruneCmd) SubCommands() []cli.Command

type SlackBody

type SlackBody struct {
	Text string `json:"text"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL