- Published
- Author
- Satya
push a new version of your gem to https://rubygems.org|rubygems.org using
bundle exec rake releaseAt Codemancers, we believe every day is an opportunity to grow. This section is where our team shares bite-sized discoveries, technical breakthroughs and fascinating nuggets of wisdom we've stumbled upon in our work.
bundle exec rake releaservm implodeoauth/v2/authorize & openid/connect/authorizeSlack ./oauth/v2/authorize):/oauth/v2/authorize endpoint./openid/connect/authorize):/openid/connect/authorize endpoint.docker build command.export TF_LOG=DEBUG this sets the TF_LOG environment variable to DEBUG, instructing Terraform to output detailed debug logs during its execution( Terraform apply ).unset TF_LOG this unsets (removes) the TF_LOG environment variable, effectively turning off debug logging for Terraform execution.terraform workspace show command is used to display the name of the current workspace.terraform workspace new <name> command is used when you want to create new workspace.terraform workspace list command used to list all the workspaces.terraform workspace select example1 can switch between the workspaces.docker-compose up command starts and runs all the services defined in a docker-compose.yml file, creating and starting containers.docker-compose up -d command which starts the containers in the background and leaves them running (daemon processes) ."terraform init -backend-config=backend.hcl" command initializes your Terraform directory and configures its backend according to the settings specified in the backend.hcl file, for managing infrastructure."terraform init -migrate-state"Showing 30 to 32 of 82 results
Codemancers can bring your vision to life and help you achieve your goals