Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

env create: add a create environment command #35

Merged
merged 1 commit into from
Jun 10, 2024
Merged

env create: add a create environment command #35

merged 1 commit into from
Jun 10, 2024

Conversation

gibiw
Copy link
Contributor

@gibiw gibiw commented Jun 10, 2024

env create: add a create environment command

Implemented a create environment command. Add unit tests

@gibiw gibiw requested a review from NickVolynkin June 10, 2024 14:40
fmt.Println(err)
}
cmd.Flags().StringVarP(&description, descriptionFlag, "d", "", "description of the environment")
cmd.Flags().StringVarP(&slug, slugFlag, "s", "", "slug of the environment")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
cmd.Flags().StringVarP(&slug, slugFlag, "s", "", "slug of the environment")
cmd.Flags().StringVarP(&slug, slugFlag, "s", "", "slug of the environment, (string without spaces)")

Implemented a create environment command. Add unit tests
@gibiw gibiw merged commit d808942 into main Jun 10, 2024
6 checks passed
@gibiw gibiw deleted the feature/env branch June 10, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants