Documentation ¶
Overview ¶
* Copyright 2016 Adobe Systems Incorporated. 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.
* Copyright 2016 Adobe Systems Incorporated. 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.
* Copyright 2016 Adobe Systems Incorporated. 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 CreateStack ¶
func UpdateStack ¶
func UpdateStack(environmentStr string)
Types ¶
type CreateStackCmd ¶
type CreateStackCmd struct{}
func (*CreateStackCmd) Execute ¶
func (recv *CreateStackCmd) Execute(args []string) bool
func (*CreateStackCmd) LongHelp ¶
func (recv *CreateStackCmd) LongHelp() string
func (*CreateStackCmd) Name ¶
func (recv *CreateStackCmd) Name() string
func (*CreateStackCmd) ShortHelp ¶
func (recv *CreateStackCmd) ShortHelp() string
func (*CreateStackCmd) SubCommands ¶
func (recv *CreateStackCmd) SubCommands() []cli.Command
type SyncStackCmd ¶
type SyncStackCmd struct{}
Hot swap is shared by dev stacks and build boxes
func (*SyncStackCmd) Execute ¶
func (recv *SyncStackCmd) Execute(args []string) bool
func (*SyncStackCmd) LongHelp ¶
func (recv *SyncStackCmd) LongHelp() string
func (*SyncStackCmd) Name ¶
func (recv *SyncStackCmd) Name() string
func (*SyncStackCmd) ShortHelp ¶
func (recv *SyncStackCmd) ShortHelp() string
func (*SyncStackCmd) SubCommands ¶
func (recv *SyncStackCmd) SubCommands() []cli.Command
type UpdateCLICmd ¶
type UpdateCLICmd struct{}
func (*UpdateCLICmd) Execute ¶
func (recv *UpdateCLICmd) Execute(args []string) bool
func (*UpdateCLICmd) LongHelp ¶
func (recv *UpdateCLICmd) LongHelp() string
func (*UpdateCLICmd) Name ¶
func (recv *UpdateCLICmd) Name() string
func (*UpdateCLICmd) ShortHelp ¶
func (recv *UpdateCLICmd) ShortHelp() string
func (*UpdateCLICmd) SubCommands ¶
func (recv *UpdateCLICmd) SubCommands() []cli.Command