How to create namespace and orb, can any one please provide step by step orb name creation and orb publish, I followed this link https://circleci.com/docs/2.0/creating-orbs/ and created namespace and orb name but when i publish the orb that time i am facing issue,How cane i see orb and where store orb in local or circleci server,
Below steps i followed
- using this command created namespace : circleci namespace create mynamespace github toopukondabhaskar
- Using this command created orb: circleci orb create
mynamespace/mynamespace-aws
below screen short: - .circleci/config.yml inside i wrote yml file
version: 2.1
orbs:
mynamespace: mynamespace/mynamespace-aws
please give me information